Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h175 MCSection *StackSizesSection = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp94 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h327 struct StackSizesSection : Section { struct
330 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1287 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()
H A DELFEmitter.cpp270 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp500 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
1031 return StackSizesSection; in getStackSizesSection()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1613 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and