Searched refs:sorted_fun_symbols (Results 1 – 3 of 3) sorted by relevance
314 if (!sorted_fun_symbols) in get_sorted_fun_symbols()318 sorted_fun_symbols = elf_symbols(symtab_->begin(filter), symtab_->end()); in get_sorted_fun_symbols()320 return *sorted_fun_symbols; in get_sorted_fun_symbols()1634 elf_symbols sorted_fun_symbols; member1893 if (priv_->sorted_fun_symbols.empty() in get_sorted_fun_symbols()1905 priv_->sorted_fun_symbols.insert(priv_->sorted_fun_symbols.end(), in get_sorted_fun_symbols()1910 std::sort(priv_->sorted_fun_symbols.begin(), in get_sorted_fun_symbols()1911 priv_->sorted_fun_symbols.end(), in get_sorted_fun_symbols()1915 return priv_->sorted_fun_symbols; in get_sorted_fun_symbols()
713 mutable abg_compat::optional<elf_symbols> sorted_fun_symbols; member
1760 (corpus::sorted_fun_symbols): Likewise.29373 sorted_fun_symbols}): New data members.