Home
last modified time | relevance | path

Searched refs:getBinaryPath (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp478 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath() function in llvm::DebuginfodCollection
504 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath()
514 PathOrErr = getBinaryPath(ID); in findBinaryPath()
545 PathOrErr = getBinaryPath(ID); in findDebugBinaryPath()
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp197 RelocationMap RM(DM.getTriple(), DM.getBinaryPath()); in emitRelocations()
216 sys::path::append(Path, sys::path::filename(DM.getBinaryPath())); in emitRelocations()
311 if (!Map.getBinaryPath().empty() && in binaryHasStrippableSwiftReflectionSections()
314 auto ObjectEntry = BinHolder.getObjectEntry(Map.getBinaryPath()); in binaryHasStrippableSwiftReflectionSections()
635 DebugMap DebugMap(Map.getTriple(), Map.getBinaryPath()); in linkImpl()
845 if (Error E = emitRemarks(Options, Map.getBinaryPath(), ArchName, RL)) in linkImpl()
862 !Map.getBinaryPath().empty() && in linkImpl()
H A DMachOUtils.cpp387 auto ObjectEntry = InputBinaryHolder.getObjectEntry(DM.getBinaryPath()); in generateDsymCompanion()
390 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
399 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
H A DRelocationMap.h113 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath() function
H A DDebugMap.h121 StringRef getBinaryPath() const { return BinaryPath; }
120 StringRef getBinaryPath() const { return BinaryPath; } getBinaryPath() function
/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h132 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);
/llvm-project/bolt/runtime/
H A Dinstr.cpp678 static char *getBinaryPath() { in getBinaryPath() function
724 char *BinPath = getBinaryPath(); in readDescriptions()