Searched refs:getELFShdrs (Results 1 – 6 of 6) sorted by relevance
30 ArrayRef<typename ELFT::Shdr> objSections = obj->template getELFShdrs<ELFT>(); in LLDDwarfObj()
185 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs() function
133 cast<ELFFileBase>(file)->getELFShdrs<ELFT>()[relSecIdx]; in relsOrRelas()384 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; in copyRelocations()
515 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections()1332 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse()
528 file->template getELFShdrs<ELFT>(); in maybeReportDiscarded()
890 inputObj->template getELFShdrs<ELFT>(); in processCallGraphRelocations()