Searched refs:StackSizesSection (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 218 struct StackSizesSection : Section { struct 223 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1043 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()
|
D | ELFEmitter.cpp | 193 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/ |
D | MCObjectFileInfo.h | 173 MCSection *StackSizesSection = nullptr; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 175 MCSection *StackSizesSection = nullptr; variable
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 264 struct StackSizesSection : Section { struct 267 StackSizesSection() : Section(ChunkKind::StackSizes) {} in StackSizesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 491 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo() 877 return StackSizesSection; in getStackSizesSection()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 102 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/ |
D | ELFYAML.cpp | 1166 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()
|
D | ELFEmitter.cpp | 273 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/ |
D | MCObjectFileInfo.cpp | 499 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo() 994 return StackSizesSection; in getStackSizesSection()
|
/external/llvm-project/llvm/docs/ |
D | CodeGenerator.rst | 1613 ``TargetLoweringObjectFile::StackSizesSection`` is not null, and
|