Searched refs:CallGraphProfileSection (Results 1 – 4 of 4) sorted by relevance
464 struct CallGraphProfileSection : Section { struct467 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument
82 Expected<ELFYAML::CallGraphProfileSection *>989 Expected<ELFYAML::CallGraphProfileSection *>991 auto S = std::make_unique<ELFYAML::CallGraphProfileSection>(); in dumpCallGraphProfileSection()
1263 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) { in sectionMapping()1417 Section.reset(new ELFYAML::CallGraphProfileSection()); in mapping()1418 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get())); in mapping()
297 const ELFYAML::CallGraphProfileSection &Section,772 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) { in initSectionHeaders()1415 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()