Searched refs:StackSizesSection (Results 1 – 5 of 5) sorted by relevance
173 MCSection *StackSizesSection = nullptr; variable
346 struct StackSizesSection : Section { struct349 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
1396 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()1695 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()1696 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()1704 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
282 const ELFYAML::StackSizesSection &Section,880 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()1379 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
537 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()1134 return StackSizesSection; in getStackSizesSection()