Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp57 static cl::list<std::string> DebugFileDirectory( variable
122 DebuginfodFetcher(DebugFileDirectory).fetch(BuildID)) in fetchDebugInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp656 cl::list<std::string> DebugFileDirectory( in run() local
768 BIDFetcher = std::make_unique<DebuginfodFetcher>(DebugFileDirectory); in run()
770 BIDFetcher = std::make_unique<object::BuildIDFetcher>(DebugFileDirectory); in run()
777 if (ObjectFilenames.empty() && !Debuginfod && DebugFileDirectory.empty()) { in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h64 std::vector<std::string> DebugFileDirectory; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp407 Opts.DebugFileDirectory = Args.getAllArgValues(OPT_debug_file_directory_EQ); in main()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp47 BIDFetcher(std::make_unique<BuildIDFetcher>(Opts.DebugFileDirectory)) {} in LLVMSymbolizer()