Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp395 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath() function in llvm::DebuginfodCollection
421 Expected<Optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath()
431 PathOrErr = getBinaryPath(ID); in findBinaryPath()
462 PathOrErr = getBinaryPath(ID); in findDebugBinaryPath()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h112 Expected<Optional<std::string>> getBinaryPath(BuildIDRef);
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp303 if (!Map.getBinaryPath().empty() && in binaryHasStrippableSwiftReflectionSections()
306 auto ObjectEntry = BinHolder.getObjectEntry(Map.getBinaryPath()); in binaryHasStrippableSwiftReflectionSections()
560 DebugMap DebugMap(Map.getTriple(), Map.getBinaryPath()); in link()
720 if (Error E = emitRemarks(Options, Map.getBinaryPath(), ArchName, RL)) in link()
733 if (Map.getTriple().isOSDarwin() && !Map.getBinaryPath().empty() && in link()
H A DMachOUtils.cpp370 auto ObjectEntry = InputBinaryHolder.getObjectEntry(DM.getBinaryPath()); in generateDsymCompanion()
373 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
382 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
H A DDebugMap.h119 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath() function
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp612 static char *getBinaryPath() { in getBinaryPath() function
659 char *BinPath = getBinaryPath(); in readDescriptions()