Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h173 MCSection *StackSizesSection = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h358 struct StackSizesSection : Section { struct
361 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp539 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
1083 return StackSizesSection; in getStackSizesSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1414 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()
1713 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()
1714 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()
1722 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
H A DELFEmitter.cpp288 const ELFYAML::StackSizesSection &Section,
886 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()
1427 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()