Searched refs:DebugFileDirectory (Results 1 – 6 of 6) sorted by relevance
38 LocalDIFetcher(ArrayRef<std::string> DebugFileDirectory) in LocalDIFetcher() argument39 : DebugFileDirectory(DebugFileDirectory){}; in LocalDIFetcher()45 const ArrayRef<std::string> DebugFileDirectory;
64 std::vector<std::string> DebugFileDirectory; member
57 static cl::list<std::string> DebugFileDirectory( variable121 if (!DebugFileDirectory.empty()) { in fetchDebugInfo()122 symbolize::LocalDIFetcher Fetcher(DebugFileDirectory); in fetchDebugInfo()
33 if (DebugFileDirectory.empty()) { in fetchBuildID()46 for (const auto &Directory : DebugFileDirectory) { in fetchBuildID()
482 Path = LocalDIFetcher(Opts.DebugFileDirectory).fetchBuildID(BuildID); in getOrFindDebugBinary()
403 Opts.DebugFileDirectory = Args.getAllArgValues(OPT_debug_file_directory_EQ); in main()