Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp291 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()
H A DELFYAML.cpp1407 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1357 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local
1359 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()
1364 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()