HomeSort by: relevance | last modified time | path
    Searched refs:CallGraphProfileSection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 527 struct CallGraphProfileSection : Section {
530 CallGraphProfileSection() : Section(ChunkKind::CallGraphProfile) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 294 const ELFYAML::CallGraphProfileSection &Section,
852 } else if (auto S = dyn_cast<ELFYAML::CallGraphProfileSection>(Sec)) {
1432 Elf_Shdr &SHeader, const ELFYAML::CallGraphProfileSection &Section,
ELFYAML.cpp 1392 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) {
1572 Section.reset(new ELFYAML::CallGraphProfileSection());
1573 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 74 Expected<ELFYAML::CallGraphProfileSection *>
978 Expected<ELFYAML::CallGraphProfileSection *>
980 auto S = std::make_unique<ELFYAML::CallGraphProfileSection>();

Completed in 27 milliseconds