Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp348 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 DProfiledBinary.cpp167 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()
228 if (!DebugBinaryPath.empty()) { in load()
230 unwrapOrError(createBinary(DebugBinaryPath), DebugBinaryPath); in load()
H A DProfiledBinary.h190 std::string DebugBinaryPath; variable