Searched defs:ObjectFile (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DObjectFile.cpp26 ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source, error_code &ec) function in class:ObjectFile
[all...]
H A DObject.cpp26 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { argument
31 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { argument
40 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, argument
58 LLVMGetSymbols(LLVMObjectFileRef ObjectFile) argument
67 LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, LLVMSymbolIteratorRef SI) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Dobject.py97 class ObjectFile(LLVMObject): class in inherits:LLVMObject
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/bugpoint/
H A DToolRunner.h49 enum FileType { AsmFile, ObjectFile, CFile }; enumerator in enum:llvm::GCC::FileType
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DObjectFile.h269 class ObjectFile : public Binary { class in namespace:llvm::object
[all...]

Completed in 216 milliseconds