Searched refs:StackSizesSection (Results 1 – 7 of 7) sorted by relevance
175 MCSection *StackSizesSection = nullptr; variable
94 Expected<ELFYAML::StackSizesSection *>620 if (ELFYAML::StackSizesSection::nameMatches(*NameOrErr)) { in dumpSections()802 Expected<ELFYAML::StackSizesSection *>804 auto S = std::make_unique<ELFYAML::StackSizesSection>(); in dumpStackSizesSection()
327 struct StackSizesSection : Section { struct330 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
1287 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()1586 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()1587 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()1595 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
270 const ELFYAML::StackSizesSection &Section,838 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()1337 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
500 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()1031 return StackSizesSection; in getStackSizesSection()
1613 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and