Home
last modified time | relevance | path

Searched refs:getELFShdrs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.cpp30 ArrayRef<typename ELFT::Shdr> objSections = obj->template getELFShdrs<ELFT>(); in LLDDwarfObj()
H A DInputFiles.h185 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs() function
H A DInputSection.cpp133 cast<ELFFileBase>(file)->getELFShdrs<ELFT>()[relSecIdx]; in relsOrRelas()
384 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; in copyRelocations()
H A DInputFiles.cpp515 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections()
1332 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse()
H A DRelocations.cpp528 file->template getELFShdrs<ELFT>(); in maybeReportDiscarded()
H A DDriver.cpp890 inputObj->template getELFShdrs<ELFT>(); in processCallGraphRelocations()