Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp402 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
405 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
407 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
422 std::string DebugBinaryPath; in lookUpBuildIDObject() local
423 if (!getOrFindDebugBinary(BuildID, DebugBinaryPath)) in lookUpBuildIDObject()
425 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()