/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | LTO.h | 27 class ObjFile; variable
|
H A D | SymbolTable.h | 24 class ObjFile; variable
|
H A D | Dwarf.h | 17 class ObjFile; variable
|
H A D | Target.h | 32 class ObjFile; variable 111 virtual void applyOptimizationHints(uint8_t *, const ObjFile &) const {}; in applyOptimizationHints()
|
H A D | InputFiles.h | 89 friend class ObjFile; variable
|
H A D | SyntheticSections.h | 39 class ObjFile; variable
|
H A D | InputFiles.cpp | 966 ObjFile::ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName, in ObjFile() function in ObjFile
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj() 95 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 99 Expected<std::unique_ptr<ObjectFile>> ObjFile = findBitcodeInMemBuffer() local
|
H A D | OffloadBinary.cpp | 282 Expected<std::unique_ptr<ObjectFile>> ObjFile = in extractOffloadBinaries() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.h | 33 class ObjFile; variable
|
H A D | Symbols.h | 35 class ObjFile; variable
|
H A D | Chunks.h | 38 class ObjFile; variable
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1915 template class elf::ObjFile<ELF32LE>; member in elf 1916 template class elf::ObjFile<ELF32BE>; member in elf 1917 template class elf::ObjFile<ELF64LE>; member in elf 1918 template class elf::ObjFile<ELF64BE>; member in elf
|
H A D | InputFiles.h | 248 ObjFile(ELFKind ekind, MemoryBufferRef m, StringRef archiveName) in ObjFile() function
|
H A D | InputSection.h | 33 template <class ELFT> class ObjFile; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 45 object::ObjectFile &ObjFile) in ObjFileAddressMap()
|
H A D | llvm-dwarfutil.cpp | 173 setConfigToAddNewDebugSections(objcopy::ConfigManager & Config,ObjectFile & ObjFile) setConfigToAddNewDebugSections() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 130 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 138 const object::COFFObjectFile *ObjFile = in getPdbPathFromExe() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 998 const auto *ObjFile = DObj->getFile(); in dump() local
|