Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
llvm
/
lib
/
Object
/
Object.cpp
931cb65
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
7bd8d99
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
81e8b7d
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
8bab889
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
76ad232
Remove getRelocationAddress.
by Rafael Espindola
· 10 years ago
ed067c4
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
5d0c2ff
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
10fcac7
Use ErrorOr in getRelocationAdress.
by Rafael Espindola
· 10 years ago
41bb432
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
99c041b
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
d7a32ea
Change how symbol sizes are handled in lib/Object.
by Rafael Espindola
· 10 years ago
37070a5
Move to llvm-objdump a large amount of code to that is only used there.
by Rafael Espindola
· 10 years ago
5eb02e4
Simplify another function that doesn't fail.
by Rafael Espindola
· 10 years ago
8029127
Remove bogus std::error_code returns form SectionRef.
by Rafael Espindola
· 11 years ago
5a121b2
Restore the ability to check if LLVMCreateObjectFile was successful
by Bjorn Steinbrink
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
437b0d5
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
6304e94
Pass a std::unique_ptr& to the create??? methods is lib/Object.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
6956b1a
Convert getFileOffset to getOffset and move it to its only user.
by Rafael Espindola
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
b5155a5
Change the begin and end methods in ObjectFile to match the style guide.
by Rafael Espindola
· 12 years ago
5e812af
Simplify the handling of iterators in ObjectFile.
by Rafael Espindola
· 12 years ago
51cc360
Change createObjectFile to return an ErrorOr.
by Rafael Espindola
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
806f006
Handle relocations that don't point to symbols.
by Rafael Espindola
· 12 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 12 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 12 years ago
cbe72fc
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
37ab257
Revert r145180 as it is causing test failures on all the bots.
by Chandler Carruth
· 14 years ago
2631f93
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
f7a89d0
Expose relocation accessors through the libObject C API.
by Owen Anderson
· 14 years ago
e245af6
Add relocation iterators to the libObject C API.
by Owen Anderson
· 14 years ago
500ebeb
Use LLVMBool for a function that logically returns a boolean value.
by Owen Anderson
· 14 years ago
07bfdbb
Bind libObject API for obtaining the section containing a Symbol.
by Owen Anderson
· 14 years ago
f239db4
Expand the coverage of the libObject C bindings to include more SectionRef accessors as well as Symbol iterators.
by Owen Anderson
· 14 years ago
e5fd004
Change relocation API to be per section. This time without breaking GCC.
by Michael J. Spencer
· 14 years ago
206d8a7
Revert 141376 and 141377 due to breaking the build.
by Bill Wendling
· 14 years ago
b0d6154
Change relocation API to be per section.
by Michael J. Spencer
· 14 years ago
1d6167f
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
c56d2e8
Move Object.cpp out of VMCore and into Object.
by Eric Christopher
· 14 years ago
[Renamed from llvm/lib/VMCore/Object.cpp]
9f08a3b
Add a set of C bindings for the Object interface.
by Eric Christopher
· 14 years ago