Searched refs:StackSizesSection (Results 1 – 5 of 5) sorted by relevance
173 MCSection *StackSizesSection = nullptr; variable
358 struct StackSizesSection : Section { struct361 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
539 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()1083 return StackSizesSection; in getStackSizesSection()
1414 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()1713 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()1714 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()1722 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
288 const ELFYAML::StackSizesSection &Section,886 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()1427 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()