aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Object.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola1-1/+0
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi1-1/+0
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-46/+0
2013-04-04Revert r178713Evan Cheng1-6/+2
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng1-2/+6
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc1-0/+10
2011-11-29Fixed ObjectFile functions:Danil Malyshev1-1/+2
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth1-2/+1
2011-11-27Fixed ObjectFile functions:Danil Malyshev1-1/+2
2011-10-27Expose relocation accessors through the libObject C API.Owen Anderson1-0/+10
2011-10-27Add relocation iterators to the libObject C API.Owen Anderson1-0/+20
2011-10-21Use LLVMBool for a function that logically returns a boolean value.Owen Anderson1-1/+1
2011-10-21Fix typo.Owen Anderson1-1/+1
2011-10-21Bind libObject API for obtaining the section containing a Symbol.Owen Anderson1-0/+2
2011-10-21Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson1-2/+31
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer1-4/+4
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling1-4/+4
2011-10-07Change relocation API to be per section.Michael J. Spencer1-4/+4
2011-04-03Add a set of C bindings for the Object interface.Eric Christopher1-0/+77