Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h218 struct StackSizesSection : Section { struct
223 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1043 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()
1286 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()
1287 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()
1295 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
1310 if (const auto *SS = dyn_cast<ELFYAML::StackSizesSection>(C.get())) { in validate()
DELFEmitter.cpp193 const ELFYAML::StackSizesSection &Section,
481 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()
919 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h173 MCSection *StackSizesSection = nullptr; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h175 MCSection *StackSizesSection = nullptr; variable
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h264 struct StackSizesSection : Section { struct
267 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp491 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
877 return StackSizesSection; in getStackSizesSection()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp102 Expected<ELFYAML::StackSizesSection *>
616 if (ELFYAML::StackSizesSection::nameMatches(*NameOrErr)) { in dumpSections()
813 Expected<ELFYAML::StackSizesSection *>
815 auto S = std::make_unique<ELFYAML::StackSizesSection>(); in dumpStackSizesSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1166 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()
1431 if (ELFYAML::StackSizesSection::nameMatches(Name)) in mapping()
1432 Section = std::make_unique<ELFYAML::StackSizesSection>(); in mapping()
1440 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get())); in mapping()
DELFEmitter.cpp273 const ELFYAML::StackSizesSection &Section,
758 } else if (auto S = dyn_cast<ELFYAML::StackSizesSection>(Sec)) { in initSectionHeaders()
1322 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp499 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
994 return StackSizesSection; in getStackSizesSection()
/external/llvm-project/llvm/docs/
DCodeGenerator.rst1613 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and