Searched refs:CallGraphProfileSection (Results 1 – 4 of 4) sorted by relevance
527 struct CallGraphProfileSection : Section { struct530 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument
74 Expected<ELFYAML::CallGraphProfileSection *>978 Expected<ELFYAML::CallGraphProfileSection *>980 auto S = std::make_unique<ELFYAML::CallGraphProfileSection>(); in dumpCallGraphProfileSection()
1392 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) { in sectionMapping()1572 Section.reset(new ELFYAML::CallGraphProfileSection()); in mapping()1573 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get())); in mapping()
294 const ELFYAML::CallGraphProfileSection &Section,852 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) { in initSectionHeaders()1432 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()