Searched refs:BBAddrMapSection (Results 1 – 4 of 4) sorted by relevance
331 struct BBAddrMapSection : Section { struct335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
285 const ELFYAML::BBAddrMapSection &Section,896 } else if (auto S = dyn_cast<ELFYAML::BBAddrMapSection>(Sec)) { in initSectionHeaders()1392 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
1389 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping()1686 Section.reset(new ELFYAML::BBAddrMapSection()); in mapping()1687 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get())); in mapping()
1375 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local1377 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()1382 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()