Searched refs:BBAddrMapSection (Results 1 – 4 of 4) sorted by relevance
343 struct BBAddrMapSection : Section { struct347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
291 const ELFYAML::BBAddrMapSection &Section,902 } else if (auto S = dyn_cast<ELFYAML::BBAddrMapSection>(Sec)) { in initSectionHeaders()1440 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
1407 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping()1704 Section.reset(new ELFYAML::BBAddrMapSection()); in mapping()1705 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get())); in mapping()
1357 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local1359 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()1364 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()