Home
last modified time | relevance | path

Searched defs:ObjFile (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj()
88 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp268 ObjFile<ELFT>::ObjFile(MemoryBufferRef M, StringRef ArchiveName) in ObjFile() function in ObjFile
1341 template class elf::ObjFile<ELF32LE>; member in elf
1342 template class elf::ObjFile<ELF32BE>; member in elf
1343 template class elf::ObjFile<ELF64LE>; member in elf
1344 template class elf::ObjFile<ELF64BE>; member in elf
H A DWriter.h23 template <class ELFT> class ObjFile; variable
H A DOutputSections.h33 template <class ELFT> class ObjFile; variable
H A DInputSection.h31 template <class ELFT> class ObjFile; variable
H A DSymbols.h39 template <class ELFT> class ObjFile; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRObjectFile.cpp98 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.h109 explicit ObjFile(MemoryBufferRef M) : InputFile(ObjectKind, M) {} in ObjFile() function
H A DSymbols.h34 class ObjFile; variable
H A DChunks.h37 class ObjFile; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp128 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp326 const auto *ObjFile = DObj->getFile(); in dump() local