Lines Matching refs:debug_info_root_paths
441 const vector<char**>& debug_info_root_paths) in file_has_dwarf_debug_info() argument
448 debug_info_root_paths, in file_has_dwarf_debug_info()
477 const vector<char**>& debug_info_root_paths) in file_has_ctf_debug_info() argument
484 debug_info_root_paths, in file_has_ctf_debug_info()
500 for (const auto& path : debug_info_root_paths) in file_has_ctf_debug_info()
2838 const vector<char**>& debug_info_root_paths, in create_best_elf_based_reader() argument
2851 if (file_has_ctf_debug_info(elf_file_path, debug_info_root_paths)) in create_best_elf_based_reader()
2852 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env); in create_best_elf_based_reader()
2859 if (!file_has_dwarf_debug_info(elf_file_path, debug_info_root_paths) in create_best_elf_based_reader()
2860 && file_has_ctf_debug_info(elf_file_path, debug_info_root_paths)) in create_best_elf_based_reader()
2863 result = ctf::create_reader(elf_file_path, debug_info_root_paths, env); in create_best_elf_based_reader()
2873 debug_info_root_paths, in create_best_elf_based_reader()