Home
last modified time | relevance | path

Searched refs:CallGraphProfileSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h542 struct CallGraphProfileSection : Section { struct
545 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp306 const ELFYAML::CallGraphProfileSection &Section,
894 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) { in initSectionHeaders()
1535 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section, in writeSectionContent()
H A DELFYAML.cpp1500 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) { in sectionMapping()
1680 Section.reset(new ELFYAML::CallGraphProfileSection()); in mapping()
1681 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get())); in mapping()