Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h331 struct BBAddrMapSection : Section { struct
335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp285 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()
H A DELFYAML.cpp1389 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1375 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local
1377 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()
1382 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()