Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp430 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath() function in llvm::DebuginfodCollection
456 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath()
466 PathOrErr = getBinaryPath(ID); in findBinaryPath()
497 PathOrErr = getBinaryPath(ID); in findDebugBinaryPath()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h114 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp302 if (!Map.getBinaryPath().empty() && in binaryHasStrippableSwiftReflectionSections()
305 auto ObjectEntry = BinHolder.getObjectEntry(Map.getBinaryPath()); in binaryHasStrippableSwiftReflectionSections()
559 DebugMap DebugMap(Map.getTriple(), Map.getBinaryPath()); in link()
753 if (Error E = emitRemarks(Options, Map.getBinaryPath(), ArchName, RL)) in link()
766 if (Map.getTriple().isOSDarwin() && !Map.getBinaryPath().empty() && in link()
H A DMachOUtils.cpp371 auto ObjectEntry = InputBinaryHolder.getObjectEntry(DM.getBinaryPath()); in generateDsymCompanion()
374 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
383 return error(Twine("opening ") + DM.getBinaryPath() + ": " + in generateDsymCompanion()
H A DDebugMap.h119 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath() function