Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DLTO.h27 class ObjFile; variable
H A DSymbolTable.h24 class ObjFile; variable
H A DDwarf.h17 class ObjFile; variable
H A DTarget.h32 class ObjFile; variable
111 virtual void applyOptimizationHints(uint8_t *, const ObjFile &) const {}; in applyOptimizationHints() argument
H A DInputFiles.h89 friend class ObjFile; variable
H A DSyntheticSections.h38 class ObjFile; global() variable
H A DInputFiles.cpp966 ObjFile::ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName, in ObjFile() function in ObjFile
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj()
95 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp98 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
H A DOffloadBinary.cpp279 Expected<std::unique_ptr<ObjectFile>> ObjFile = extractOffloadBinaries() local
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h33 class ObjFile; variable
H A DSymbols.h35 class ObjFile; variable
H A DChunks.h37 class ObjFile; global() variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1857 template class elf::ObjFile<ELF32LE>; global() member in elf
1858 template class elf::ObjFile<ELF32BE>; global() member in elf
1859 template class elf::ObjFile<ELF64LE>; global() member in elf
1860 template class elf::ObjFile<ELF64BE>; global() member in elf
[all...]
H A DInputFiles.h234 ObjFile(ELFKind ekind, MemoryBufferRef m, StringRef archiveName) ObjFile() function
H A DInputSection.h33 template <class ELFT> class ObjFile; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h546 DWARFFile &ObjFile; variable
564 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp45 object::ObjectFile &ObjFile) in ObjFileAddressMap() argument
H A Dllvm-dwarfutil.cpp166 ObjectFile &ObjFile) { in setConfigToAddNewDebugSections()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp138 const object::COFFObjectFile *ObjFile = in getPdbPathFromExe() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp130 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp997 const auto *ObjFile = DObj->getFile(); dump() local