Searched refs:BBAddrMapSection (Results 1 – 5 of 5) sorted by relevance
250 struct BBAddrMapSection : Section { struct253 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
104 Expected<ELFYAML::BBAddrMapSection *>846 Expected<ELFYAML::BBAddrMapSection *>848 auto S = std::make_unique<ELFYAML::BBAddrMapSection>(); in dumpBBAddrMapSection()
1160 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()
276 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()
1064 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local1066 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()1071 OutStreamer->SwitchSection(BBAddrMapSection); in emitBBAddrMapSection()