Searched refs:StackSizeEntry (Results 1 – 3 of 3) sorted by relevance
213 struct StackSizeEntry { struct374 std::optional<std::vector<StackSizeEntry>> Entries;779 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::StackSizeEntry)943 template <> struct MappingTraits<ELFYAML::StackSizeEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()944 static void mapping(IO &IO, ELFYAML::StackSizeEntry &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1855 void MappingTraits<ELFYAML::StackSizeEntry>::mapping( in mapping()1856 IO &IO, ELFYAML::StackSizeEntry &E) { in mapping()
1425 for (const ELFYAML::StackSizeEntry &E : *Section.Entries) { in writeSectionContent()