Home
last modified time | relevance | path

Searched refs:getGlobalELFSyms (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h216 template <typename ELFT> typename ELFT::SymRange getGlobalELFSyms() const { in getGlobalELFSyms() function
H A DInputFiles.cpp1335 for (auto sym : obj->template getGlobalELFSyms<ELFT>()) { in isNonCommonDef()
1549 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); in parse()
H A DRelocations.cpp293 for (const Elf_Sym &s : file.template getGlobalELFSyms<ELFT>()) { in getSymbolsAt()
H A DDriver.cpp1066 for (const Elf_Sym &s : f->template getGlobalELFSyms<ELFT>()) { in ltoValidateAllVtablesHaveTypeInfos()