Searched refs:getGlobalELFSyms (Results 1 – 3 of 3) sorted by relevance
172 template <typename ELFT> typename ELFT::SymRange getGlobalELFSyms() const { in getGlobalELFSyms() function
1281 for (auto sym : obj->template getGlobalELFSyms<ELFT>()) { in isNonCommonDef()1524 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); in parse()
515 for (const Elf_Sym &s : file.template getGlobalELFSyms<ELFT>()) { in getSymbolsAt()