Searched refs:CallGraphProfileSection (Results 1 – 3 of 3) sorted by relevance
554 struct CallGraphProfileSection : Section { struct557 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument
312 const ELFYAML::CallGraphProfileSection &Section,900 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) { in initSectionHeaders()1603 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()
1518 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) { in sectionMapping()1699 Section.reset(new ELFYAML::CallGraphProfileSection()); in mapping()1700 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get())); in mapping()