Searched refs:CallGraphEntryWeight (Results 1 – 4 of 4) sorted by relevance
521 struct CallGraphEntryWeight { struct527 Optional<std::vector<CallGraphEntryWeight>> Entries; argument740 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::CallGraphEntryWeight) in LLVM_YAML_IS_SEQUENCE_VECTOR()934 template <> struct MappingTraits<ELFYAML::CallGraphEntryWeight> { in LLVM_YAML_IS_SEQUENCE_VECTOR()935 static void mapping(IO &IO, ELFYAML::CallGraphEntryWeight &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1051 std::vector<ELFYAML::CallGraphEntryWeight> Entries(Content.size() / in dumpCallGraphProfileSection()1055 auto ReadEntry = [&](ELFYAML::CallGraphEntryWeight &E) { in dumpCallGraphProfileSection()1064 for (ELFYAML::CallGraphEntryWeight &E : Entries) { in dumpCallGraphProfileSection()
1914 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()1915 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
1484 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()