Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h173 MCSection *StackSizesSection = nullptr; variable
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp97 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()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1379 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()
H A DELFEmitter.cpp281 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h332 struct StackSizesSection : Section { struct
335 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp528 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
1112 return StackSizesSection; in getStackSizesSection()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1652 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and