Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lld/MachO/
H A DLTO.h27 class ObjFile; variable
H A DDwarf.h18 class ObjFile; variable
H A DSymbolTable.h25 class ObjFile; variable
H A DInputFiles.h88 friend class ObjFile; variable
H A DSyntheticSections.h40 class ObjFile; variable
/llvm-project-15.0.7/bolt/unittests/Core/
H A DBinaryContext.cpp48 std::unique_ptr<ObjectFile> ObjFile; member
H A DMCPlusBuilder.cpp72 std::unique_ptr<ObjectFile> ObjFile; member
/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj()
94 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.h36 class ObjFile; variable
H A DSymbols.h41 class ObjFile; variable
H A DChunks.h37 class ObjFile; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp99 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h104 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile() function
H A DInputChunks.h34 class ObjFile; variable
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp1779 template class elf::ObjFile<ELF32LE>; member in elf
1780 template class elf::ObjFile<ELF32BE>; member in elf
1781 template class elf::ObjFile<ELF64LE>; member in elf
1782 template class elf::ObjFile<ELF64BE>; member in elf
H A DInputFiles.h224 ObjFile(MemoryBufferRef m, StringRef archiveName) : ELFFileBase(ObjKind, m) { in ObjFile() function
H A DInputSection.h30 template <class ELFT> class ObjFile; variable
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp42 object::ObjectFile &ObjFile) in ObjFileAddressMap()
H A Dllvm-dwarfutil.cpp145 ObjectFile &ObjFile) { in setConfigToAddNewDebugSections()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h534 DWARFFile &ObjFile; variable
544 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner()
/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp331 auto ObjFile = CmdCompile->getOutputFilenames().front(); in TEST() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp137 const object::COFFObjectFile *ObjFile = in getPdbPathFromExe() local
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp860 static void printCovPoints(const std::string &ObjFile, raw_ostream &OS) { in printCovPoints()
1188 for (const std::string &ObjFile : ClInputFiles) { in main() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp130 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp413 Expected<std::unique_ptr<ObjectFile>> ObjFile = in extractFromBuffer() local
887 Expected<std::unique_ptr<ObjectFile>> ObjFile = in linkBitcodeFiles() local

12