Home
last modified time | relevance | path

Searched refs:CallGraphEntryWeight (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h521 struct CallGraphEntryWeight { struct
527 Optional<std::vector<CallGraphEntryWeight>> Entries; argument
740 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()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1051 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()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1914 void MappingTraits<ELFYAML::CallGraphEntryWeight>::mapping( in mapping()
1915 IO &IO, ELFYAML::CallGraphEntryWeight &E) { in mapping()
H A DELFEmitter.cpp1484 for (const ELFYAML::CallGraphEntryWeight &E : *Section.Entries) { in writeSectionContent()