Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h464 struct CallGraphProfileSection : Section { struct
467 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {} in CallGraphProfileSection() argument
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp82 Expected<ELFYAML::CallGraphProfileSection *>
989 Expected<ELFYAML::CallGraphProfileSection *>
991 auto S = std::make_unique<ELFYAML::CallGraphProfileSection>(); in dumpCallGraphProfileSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1263 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()
DELFEmitter.cpp297 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()