Searched defs:ObjectFile (Results 1 – 9 of 9) sorted by relevance
65 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()70 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections()79 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSectionIteratorAtEnd()97 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef ObjectFile) { in LLVMGetSymbols()106 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSymbolIteratorAtEnd()
26 ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source) in ObjectFile() function in ObjectFile
22 class ObjectFile; variable
16 class ObjectFile; variable
26 class ObjectFile; variable
28 class ObjectFile; variable
48 enum FileType { AsmFile, ObjectFile, CFile }; enumerator
23 class ObjectFile; variable