Searched refs:getGlobalELFSyms (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h167 template <typename ELFT> typename ELFT::SymRange getGlobalELFSyms() const { function in class:lld::elf::ELFFileBase
H A DInputFiles.cpp1417 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>();
H A DRelocations.cpp505 for (const Elf_Sym &s : file.template getGlobalELFSyms<ELFT>()) {

Completed in 172 milliseconds