summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Object.h
Commit message (Expand)AuthorAgeFilesLines
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-191-6/+3
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+16
* Fix a typoAlexander Kornienko2019-04-101-2/+2
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-11/+63
* [LLVM-C] Allow Access to the Type of a BinaryRobert Widmann2019-04-071-0/+26
* [LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann2019-04-051-0/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+4
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-1/+1
* Remove getRelocationAddress.Rafael Espindola2015-07-061-1/+0
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-1/+0
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-231-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-46/+0
* Revert r178713Evan Cheng2013-04-041-6/+2
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-2/+6
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+10
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-1/+2
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-2/+1
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-1/+2
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-271-0/+10
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-271-0/+20
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-211-1/+1
* Fix typo.Owen Anderson2011-10-211-1/+1
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-211-0/+2
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-211-2/+31
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-4/+4
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-4/+4
* Change relocation API to be per section.Michael J. Spencer2011-10-071-4/+4
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-031-0/+77
OpenPOWER on IntegriCloud