Home
last modified time | relevance | path

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

12

/external/llvm-project/lld/MachO/
DLTO.h26 class ObjFile; variable
DDwarf.h18 class ObjFile; variable
DSyntheticSections.h55 class ObjFile; variable
DInputFiles.cpp379 ObjFile::ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName) in ObjFile() function in ObjFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj()
91 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj()
96 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj()
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp59 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
DIRObjectFile.cpp299 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
/external/llvm-project/lld/COFF/
DInputFiles.h137 explicit ObjFile(MemoryBufferRef m) : InputFile(ObjectKind, m) {} in ObjFile() function
138 explicit ObjFile(MemoryBufferRef m, std::vector<Symbol *> &&symbols) in ObjFile() function
DDebugTypes.h36 class ObjFile; variable
DChunks.h37 class ObjFile; variable
DSymbols.h41 class ObjFile; variable
/external/llvm-project/llvm/lib/Object/
DIRObjectFile.cpp99 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp98 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local
/external/llvm-project/lld/wasm/
DInputFiles.h103 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile() function
DInputChunks.h32 class ObjFile; variable
/external/llvm-project/lld/ELF/
DInputFiles.cpp1882 template class elf::ObjFile<ELF32LE>; member in elf
1883 template class elf::ObjFile<ELF32BE>; member in elf
1884 template class elf::ObjFile<ELF64LE>; member in elf
1885 template class elf::ObjFile<ELF64BE>; member in elf
DInputFiles.h205 ObjFile(MemoryBufferRef m, StringRef archiveName) : ELFFileBase(ObjKind, m) { in ObjFile() function
DInputSection.h31 template <class ELFT> class ObjFile; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h528 DWARFFile &ObjFile; variable
538 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner()
/external/llvm-project/clang/unittests/Driver/
DToolChainTest.cpp282 auto ObjFile = CmdCompile->getOutputFilenames().front(); in TEST() local
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp345 StringRef ObjFile = ContainerName; in link() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp129 const object::COFFObjectFile *ObjFile = in getPdbPathFromExe() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp132 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp832 static void printCovPoints(const std::string &ObjFile, raw_ostream &OS) { in printCovPoints()
1159 for (const std::string &ObjFile : ClInputFiles) { in main() local

12