Searched refs:CallGraphEntryWeight (Results 1 – 4 of 4) sorted by relevance
523 struct CallGraphEntryWeight { struct529 std::optional<std::vector<CallGraphEntryWeight>> Entries; argument742 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::CallGraphEntryWeight) in LLVM_YAML_IS_SEQUENCE_VECTOR()936 template <> struct MappingTraits<ELFYAML::CallGraphEntryWeight> { in LLVM_YAML_IS_SEQUENCE_VECTOR()937 static void mapping(IO &IO, ELFYAML::CallGraphEntryWeight &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1053 std::vector<ELFYAML::CallGraphEntryWeight> Entries(Content.size() / in dumpCallGraphProfileSection()1057 auto ReadEntry = [&](ELFYAML::CallGraphEntryWeight &E) { in dumpCallGraphProfileSection()1066 for (ELFYAML::CallGraphEntryWeight &E : Entries) { in dumpCallGraphProfileSection()
1929 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()1930 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
1488 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()