Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h608 struct RelrSection : Section { struct
611 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp1976 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection
1980 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()
3910 template class elf::RelrSection<ELF32LE>; member in elf
3911 template class elf::RelrSection<ELF32BE>; member in elf
3912 template class elf::RelrSection<ELF64LE>; member in elf
3913 template class elf::RelrSection<ELF64BE>; member in elf
DSyntheticSections.h608 template <class ELFT> class RelrSection final : public RelrBaseSection {
612 RelrSection();
DWriter.cpp460 part.relrDyn = make<RelrSection<ELFT>>(); in createSyntheticSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1349 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1510 Section.reset(new ELFYAML::RelrSection()); in mapping()
1511 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
DELFEmitter.cpp253 const ELFYAML::RelrSection &Section,
861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1307 const ELFYAML::RelrSection &Section, in writeSectionContent()