Searched refs:DebugBinaryPath (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 348 std::string DebugBinaryPath; in lookUpDebuglinkObject() local 351 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject() 353 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject() 370 std::string DebugBinaryPath; in lookUpBuildIDObject() local 371 if (!getOrFindDebugBinary(*BuildID, DebugBinaryPath)) in lookUpBuildIDObject() 373 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 167 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary() 228 if (!DebugBinaryPath.empty()) { in load() 230 unwrapOrError(createBinary(DebugBinaryPath), DebugBinaryPath); in load()
|
H A D | ProfiledBinary.h | 190 std::string DebugBinaryPath; variable
|