Searched refs:StackSizeEntry (Results 1 – 3 of 3) sorted by relevance
198 struct StackSizeEntry { struct359 std::optional<std::vector<StackSizeEntry>> Entries;763 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::StackSizeEntry)927 template <> struct MappingTraits<ELFYAML::StackSizeEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()928 static void mapping(IO &IO, ELFYAML::StackSizeEntry &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1821 void MappingTraits<ELFYAML::StackSizeEntry>::mapping( in mapping()1822 IO &IO, ELFYAML::StackSizeEntry &E) { in mapping()
1432 for (const ELFYAML::StackSizeEntry &E : *Section.Entries) { in writeSectionContent()