Searched refs:StackSizesSection (Results 1 – 7 of 7) sorted by relevance
173 MCSection *StackSizesSection = nullptr; variable
97 Expected<ELFYAML::StackSizesSection *>660 if (ELFYAML::StackSizesSection::nameMatches(*NameOrErr)) { in dumpSections()843 Expected<ELFYAML::StackSizesSection *>845 auto S = std::make_unique<ELFYAML::StackSizesSection>(); in dumpStackSizesSection()
1379 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()1678 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()1679 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()1687 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
281 const ELFYAML::StackSizesSection &Section,879 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()1378 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
332 struct StackSizesSection : Section { struct335 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
528 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()1112 return StackSizesSection; in getStackSizesSection()
1652 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and