Searched refs:alt_di_path (Results 1 – 5 of 5) sorted by relevance
612 string alt_di_path = reader->alternate_dwarf_debug_info_path(); in load_corpus_and_write_abixml() local613 if (!alt_di_path.empty()) in load_corpus_and_write_abixml()618 tools_utils::base_name(alt_di_path, alt_di_path); in load_corpus_and_write_abixml()619 cout << " '" << alt_di_path << "'"; in load_corpus_and_write_abixml()
1412 string alt_di_path; in compare() local1418 reader->refers_to_alt_debug_info(alt_di_path); in compare()1419 if (!alt_di_path.empty()) in compare()1420 cerr << ": " << alt_di_path << "\n"; in compare()1511 string alt_di_path; in compare() local1517 reader->refers_to_alt_debug_info(alt_di_path); in compare()1518 if (!alt_di_path.empty()) in compare()1519 cerr << ": " << alt_di_path << "\n"; in compare()
107 refers_to_alt_debug_info(string& alt_di_path) const;
588 reader::refers_to_alt_debug_info(string& alt_di_path) const in refers_to_alt_debug_info()592 alt_di_path = alternate_dwarf_debug_info_path(); in refers_to_alt_debug_info()
2059 string alt_di_path; in read_corpus() local2060 if (refers_to_alt_debug_info(alt_di_path) in read_corpus()