Lines Matching refs:debug_info_root_paths
255 vector<char**> debug_info_root_paths;
291 debug_info_root_paths = debug_info_roots;
308 debug_info_root_paths.empty()
310 : debug_info_root_paths.front());
346 debug_info_root_paths,
369 for (vector<char**>::const_iterator i = debug_info_root_paths.begin();
370 dwarf_handle == 0 && i != debug_info_root_paths.end();
402 for (const auto& path : rdr.debug_info_root_paths())
498 reader::debug_info_root_paths() const
499 {return priv_->debug_info_root_paths;}