Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h612 struct RelrSection : Section { struct
615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1968 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() function in RelrSection
1973 template <class ELFT> bool RelrSection<ELFT>::updateAllocSize() { in updateAllocSize()
3938 template class elf::RelrSection<ELF32LE>; member in elf
3939 template class elf::RelrSection<ELF32BE>; member in elf
3940 template class elf::RelrSection<ELF64LE>; member in elf
3941 template class elf::RelrSection<ELF64BE>; member in elf
H A DSyntheticSections.h614 template <class ELFT> class RelrSection final : public RelrBaseSection {
618 RelrSection(unsigned concurrency);
H A DWriter.cpp391 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp81 Expected<ELFYAML::RelrSection *> dumpRelrSection(const Elf_Shdr *Shdr);
1136 Expected<ELFYAML::RelrSection *>
1138 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1436 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping()
1597 Section.reset(new ELFYAML::RelrSection()); in mapping()
1598 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping()
H A DELFEmitter.cpp254 const ELFYAML::RelrSection &Section,
861 } else if (auto S = dyn_cast<ELFYAML::RelrSection>(Sec)) { in initSectionHeaders()
1307 const ELFYAML::RelrSection &Section, in writeSectionContent()