summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Object.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-211-1/+1
| | | | llvm-svn: 142683
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-211-0/+6
| | | | llvm-svn: 142667
* Expand the coverage of the libObject C bindings to include more SectionRef ↵Owen Anderson2011-10-211-0/+69
| | | | | | accessors as well as Symbol iterators. llvm-svn: 142661
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-2/+2
| | | | llvm-svn: 141385
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-2/+2
| | | | | | | | | | | | | | | | --- Reverse-merging r141377 into '.': U tools/llvm-objdump/MachODump.cpp --- Reverse-merging r141376 into '.': U include/llvm/Object/COFF.h U include/llvm/Object/ObjectFile.h U include/llvm-c/Object.h U tools/llvm-objdump/llvm-objdump.cpp U lib/Object/MachOObjectFile.cpp U lib/Object/COFFObjectFile.cpp U lib/Object/Object.cpp U lib/Object/ELFObjectFile.cpp llvm-svn: 141379
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
| | | | llvm-svn: 141376
* Object: Add proper error handling.Michael J. Spencer2011-06-251-6/+15
| | | | llvm-svn: 133872
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-031-0/+59
llvm-svn: 128800
OpenPOWER on IntegriCloud