Searched refs:CallGraphEntryWeight (Results 1 – 3 of 3) sorted by relevance
564 struct CallGraphEntryWeight { struct570 std::optional<std::vector<CallGraphEntryWeight>> Entries; argument789 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::CallGraphEntryWeight) in LLVM_YAML_IS_SEQUENCE_VECTOR()1002 template <> struct MappingTraits<ELFYAML::CallGraphEntryWeight> { in LLVM_YAML_IS_SEQUENCE_VECTOR()1003 static void mapping(IO &IO, ELFYAML::CallGraphEntryWeight &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
2028 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()2029 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
1612 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()