Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIFetcher.h38 LocalDIFetcher(ArrayRef<std::string> DebugFileDirectory) in LocalDIFetcher() argument
39 : DebugFileDirectory(DebugFileDirectory){}; in LocalDIFetcher()
45 const ArrayRef<std::string> DebugFileDirectory;
H A DSymbolize.h64 std::vector<std::string> DebugFileDirectory; member
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp57 static cl::list<std::string> DebugFileDirectory( variable
121 if (!DebugFileDirectory.empty()) { in fetchDebugInfo()
122 symbolize::LocalDIFetcher Fetcher(DebugFileDirectory); in fetchDebugInfo()
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIFetcher.cpp33 if (DebugFileDirectory.empty()) { in fetchBuildID()
46 for (const auto &Directory : DebugFileDirectory) { in fetchBuildID()
H A DSymbolize.cpp482 Path = LocalDIFetcher(Opts.DebugFileDirectory).fetchBuildID(BuildID); in getOrFindDebugBinary()
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp403 Opts.DebugFileDirectory = Args.getAllArgValues(OPT_debug_file_directory_EQ); in main()