Home
last modified time | relevance | path

Searched refs:StackSizesSection (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h176 MCSection *StackSizesSection = nullptr; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp96 Expected<ELFYAML::StackSizesSection *>
660 if (ELFYAML::StackSizesSection::nameMatches(*NameOrErr)) { in dumpSections()
842 Expected<ELFYAML::StackSizesSection *>
844 auto S = std::make_unique<ELFYAML::StackSizesSection>(); in dumpStackSizesSection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h330 struct StackSizesSection : Section { struct
333 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1365 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()
1664 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()
1665 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()
1673 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
H A DELFEmitter.cpp280 const ELFYAML::StackSizesSection &Section,
878 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()
1377 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp529 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
1107 return StackSizesSection; in getStackSizesSection()
/llvm-project-15.0.7/llvm/docs/
H A DCodeGenerator.rst1652 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and