Home
last modified time | relevance | path

Searched refs:DebugBinaryPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp384 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
387 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
389 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
406 std::string DebugBinaryPath; in lookUpBuildIDObject() local
407 if (!getOrFindDebugBinary(*BuildID, DebugBinaryPath)) in lookUpBuildIDObject()
409 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h192 std::string DebugBinaryPath; variable
333 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()
H A DProfiledBinary.cpp215 if (!DebugBinaryPath.empty()) { in load()
217 unwrapOrError(createBinary(DebugBinaryPath), DebugBinaryPath); in load()