Searched refs:DebugBinaryPath (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 384 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 D | ProfiledBinary.h | 192 std::string DebugBinaryPath; variable 333 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()
|
| H A D | ProfiledBinary.cpp | 215 if (!DebugBinaryPath.empty()) { in load() 217 unwrapOrError(createBinary(DebugBinaryPath), DebugBinaryPath); in load()
|