Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp396 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
400 DebugBinaryPath)) in lookUpDebuglinkObject()
402 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
419 std::string DebugBinaryPath; in lookUpBuildIDObject() local
420 if (!findDebugBinary(Opts.DebugFileDirectory, *BuildID, DebugBinaryPath)) in lookUpBuildIDObject()
422 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp276 std::string DebugBinaryPath; in lookUpDebuglinkObject() local
279 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
281 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()