Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp30 ArrayRef<typename ELFT::Shdr> objSections = obj->template getELFShdrs<ELFT>(); in LLDDwarfObj()
H A DInputFiles.h195 template <typename ELFT> typename ELFT::ShdrRange getELFShdrs() const { in getELFShdrs() function
H A DInputFiles.cpp576 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in parse()
747 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections()
1405 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse()
H A DInputSection.cpp141 cast<ELFFileBase>(file)->getELFShdrs<ELFT>()[relSecIdx]; in relsOrRelas()
433 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; in copyRelocations()
H A DRelocations.cpp525 file->template getELFShdrs<ELFT>(); in maybeReportDiscarded()
H A DDriver.cpp955 inputObj->template getELFShdrs<ELFT>(); in processCallGraphRelocations()