Searched refs:BBAddrMapSection (Results 1 – 8 of 8) sorted by relevance
318 struct BBAddrMapSection : Section { struct321 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
331 struct BBAddrMapSection : Section { struct335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
343 struct BBAddrMapSection : Section { struct347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
343 struct BBAddrMapSection : Section { struct347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
1373 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping()1669 Section.reset(new ELFYAML::BBAddrMapSection()); in mapping()1670 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get())); in mapping()
284 const ELFYAML::BBAddrMapSection &Section,895 } else if (auto S = dyn_cast<ELFYAML::BBAddrMapSection>(Sec)) { in initSectionHeaders()1391 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
1331 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local1333 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()1338 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()