Home
last modified time | relevance | path

Searched refs:BBAddrMapSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h250 struct BBAddrMapSection : Section { struct
253 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp104 Expected<ELFYAML::BBAddrMapSection *>
846 Expected<ELFYAML::BBAddrMapSection *>
848 auto S = std::make_unique<ELFYAML::BBAddrMapSection>(); in dumpBBAddrMapSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1160 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping()
1422 Section.reset(new ELFYAML::BBAddrMapSection()); in mapping()
1423 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get())); in mapping()
DELFEmitter.cpp276 const ELFYAML::BBAddrMapSection &Section,
774 } else if (auto S = dyn_cast<ELFYAML::BBAddrMapSection>(Sec)) { in initSectionHeaders()
1338 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1064 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local
1066 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()
1071 OutStreamer->SwitchSection(BBAddrMapSection); in emitBBAddrMapSection()