Searched refs:CallGraphEntryWeight (Results 1 – 3 of 3) sorted by relevance
537 struct CallGraphEntryWeight { struct543 std::optional<std::vector<CallGraphEntryWeight>> Entries; argument760 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::CallGraphEntryWeight) in LLVM_YAML_IS_SEQUENCE_VECTOR()969 template <> struct MappingTraits<ELFYAML::CallGraphEntryWeight> { in LLVM_YAML_IS_SEQUENCE_VECTOR()970 static void mapping(IO &IO, ELFYAML::CallGraphEntryWeight &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1968 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()1969 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
1540 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()