Searched refs:CallGraphProfileSection (Results 1 – 4 of 4) sorted by relevance
526 struct CallGraphProfileSection : Section { struct529 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument
76 Expected<ELFYAML::CallGraphProfileSection *>1030 Expected<ELFYAML::CallGraphProfileSection *>1032 auto S = std::make_unique<ELFYAML::CallGraphProfileSection>(); in dumpCallGraphProfileSection()
1469 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) { in sectionMapping()1649 Section.reset(new ELFYAML::CallGraphProfileSection()); in mapping()1650 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get())); in mapping()
304 const ELFYAML::CallGraphProfileSection &Section,892 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) { in initSectionHeaders()1479 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()