Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
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()