Searched refs:getBinaryPath (Results 1 – 5 of 5) sorted by relevance
430 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath() function in llvm::DebuginfodCollection456 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath()466 PathOrErr = getBinaryPath(ID); in findBinaryPath()497 PathOrErr = getBinaryPath(ID); in findDebugBinaryPath()
114 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);
302 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()
371 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()
119 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath() function