Searched refs:CallGraphEntryWeight (Results 1 – 3 of 3) sorted by relevance
549 struct CallGraphEntryWeight { struct555 std::optional<std::vector<CallGraphEntryWeight>> Entries; argument773 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::CallGraphEntryWeight) in LLVM_YAML_IS_SEQUENCE_VECTOR()986 template <> struct MappingTraits<ELFYAML::CallGraphEntryWeight> { in LLVM_YAML_IS_SEQUENCE_VECTOR()987 static void mapping(IO &IO, ELFYAML::CallGraphEntryWeight &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1992 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()1993 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
1608 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()