Searched refs:ObjFile (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 54 loadObj(StringRef Filename, object::OwningBinary<object::ObjectFile> &ObjFile, in loadObj() argument 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj() 62 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadObj() 63 ObjFile.getBinary()->getArch() == Triple::ppc64le || in loadObj() 64 ObjFile.getBinary()->getArch() == Triple::arm || in loadObj() 65 ObjFile.getBinary()->getArch() == Triple::aarch64)) in loadObj() 72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() 95 if (ObjFile.getBinary()->isELF()) { in loadObj() 96 uint32_t RelativeRelocation = [](object::ObjectFile *ObjFile) { in loadObj() argument 97 if (const auto *ELFObj = dyn_cast<object::ELF32LEObjectFile>(ObjFile)) in loadObj() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 99 Expected<std::unique_ptr<ObjectFile>> ObjFile = in findBitcodeInMemBuffer() local 101 if (!ObjFile) in findBitcodeInMemBuffer() 102 return ObjFile.takeError(); in findBitcodeInMemBuffer() 103 return findBitcodeInObject(*ObjFile->get()); in findBitcodeInMemBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 539 DWARFFile &ObjFile; variable 549 DIECloner(DWARFLinker &Linker, DwarfEmitter *Emitter, DWARFFile &ObjFile, in DIECloner() argument 553 : Linker(Linker), Emitter(Emitter), ObjFile(ObjFile), in DIECloner()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 129 const object::COFFObjectFile *ObjFile = in getPdbPathFromExe() local 131 if (!ObjFile) in getPdbPathFromExe() 136 if (Error E = ObjFile->getDebugPDBInfo(PdbInfo, PdbPath)) in getPdbPathFromExe()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 129 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile() local 131 std::tie(ObjFile, MemBuf) = Obj.takeBinary(); in addObjectFile() 132 addObjectFile(std::move(ObjFile)); in addObjectFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 831 static void printCovPoints(const std::string &ObjFile, raw_ostream &OS) { in printCovPoints() argument 832 for (uint64_t Addr : findCoveragePointAddrs(ObjFile)) { in printCovPoints() 1158 for (const std::string &ObjFile : ClInputFiles) { in main() local 1159 printCovPoints(ObjFile, outs()); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 349 StringRef ObjFile = ContainerName; in link() local 351 bool IsArchive = ObjFile.endswith(")"); in link()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 1079 ObjFile.Addresses->relocateIndexedAddr(StartOffset, EndOffset)) in cloneAddressAttribute() 1082 Linker.reportWarning(toString(RelocAddr.takeError()), ObjFile); in cloneAddressAttribute() 1084 Linker.reportWarning("no base offset for address table", ObjFile); in cloneAddressAttribute() 1386 if (ObjFile.Addresses->areRelocationsResolved() && in cloneDIE() 1387 ObjFile.Addresses->applyValidRelocs(DIECopy, Offset, in cloneDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 355 const auto *ObjFile = DObj->getFile(); in dump() local 357 dumpUUID(OS, *ObjFile); in dump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2016 | 1111 (output_declaration_p): Inline into FuncDeclaration::ObjFile.
|
H A D | ChangeLog-2011 | 991 d/d-objfile.cc: Cleaned up ObjFile::makeDeclOneOnly implementation.
|