Searched refs:getGlobalELFSyms (Results 1 – 4 of 4) sorted by relevance
216 template <typename ELFT> typename ELFT::SymRange getGlobalELFSyms() const { in getGlobalELFSyms() function
1335 for (auto sym : obj->template getGlobalELFSyms<ELFT>()) { in isNonCommonDef()1549 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); in parse()
293 for (const Elf_Sym &s : file.template getGlobalELFSyms<ELFT>()) { in getSymbolsAt()
1066 for (const Elf_Sym &s : f->template getGlobalELFSyms<ELFT>()) { in ltoValidateAllVtablesHaveTypeInfos()