Home
last modified time | relevance | path

Searched defs:ObjectFile (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h27 class ObjectFile; variable
115 const object::ObjectFile &) {} in notifyObjectLoaded()
H A DRuntimeDyld.h25 class ObjectFile; variable
H A DJITEventListener.h31 class ObjectFile; variable
H A DExecutionEngine.h53 class ObjectFile; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h21 class ObjectFile; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.h18 class ObjectFile; variable
H A DELFDumper.cpp1040 typedef object::ELFFile<ELFT> ObjectFile; typedef in __anoncc0d1b2f0411::MipsGOTParser
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DIRObjectFile.h25 class ObjectFile; variable
H A DObjectFile.h29 class ObjectFile; variable
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.h48 enum FileType { AsmFile, ObjectFile, CFile }; enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp28 ObjectFile::ObjectFile(unsigned int Type, MemoryBufferRef Source) in ObjectFile() function in ObjectFile
H A DObject.cpp74 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.ml45 | ObjectFile Constructor
H A Dllvm_target.mli50 | ObjectFile Constructor
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py100 class ObjectFile(LLVMObject): class
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFUnit.h23 class ObjectFile; variable
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dtarget.go72 ObjectFile CodeGenFileType = C.LLVMObjectFile const