Searched defs:ObjFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp98 Expected<std::unique_ptr<ObjectFile>> ObjFile = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp127 std::unique_ptr<object::ObjectFile> ObjFile; local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h184 template <class ELFT> class ObjFile : public ELFFileBase { class in namespace:lld::elf
202 ObjFile(MemoryBufferRef m, StringRef archiveName) : ELFFileBase(ObjKind, m) { function in class:lld::elf::ObjFile
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h133 class ObjFile : public InputFile { class in namespace:lld::coff
135 explicit ObjFile(MemoryBufferRef m) : InputFile(ObjectKind, m) {} function in class:lld::coff::ObjFile
136 explicit ObjFile(MemoryBufferRef m, std::vector<Symbol *> &&symbols) function in class:lld::coff::ObjFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp332 const auto *ObjFile = DObj->getFile(); local

Completed in 287 milliseconds