Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp234 const std::string &FallbackDebugPath, in findDebugBinary() argument
256 if (!FallbackDebugPath.empty()) { in findDebugBinary()
258 DebugPath = FallbackDebugPath; in findDebugBinary()
434 if (!findDebugBinary(Path, DebuglinkName, CRCHash, Opts.FallbackDebugPath, in lookUpDebuglinkObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h49 std::string FallbackDebugPath; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp287 Opts.FallbackDebugPath = in main()