Searched refs:StackSizesSection (Results 1 – 5 of 5) sorted by relevance
1043 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()1286 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()1287 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()1295 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()1310 if (const auto *SS = dyn_cast<ELFYAML::StackSizesSection>(C.get())) { in validate()
193 const ELFYAML::StackSizesSection &Section,481 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()919 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
218 struct StackSizesSection : Section { struct223 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
173 MCSection *StackSizesSection = nullptr; variable
491 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()877 return StackSizesSection; in getStackSizesSection()