Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp431 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
435 DebugBinaryPath)) in lookUpDebuglinkObject()
437 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
454 std::string DebugBinaryPath; in lookUpBuildIDObject() local
455 if (!findDebugBinary(Opts.DebugFileDirectory, *BuildID, DebugBinaryPath)) in lookUpBuildIDObject()
457 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()