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.cpp397 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
400 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
402 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
417 std::string DebugBinaryPath; in lookUpBuildIDObject() local
418 if (!getOrFindDebugBinary(BuildID, DebugBinaryPath)) in lookUpBuildIDObject()
420 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()