Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h316 struct BBAddrMapSection : Section { struct
319 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp98 Expected<ELFYAML::BBAddrMapSection *>
875 Expected<ELFYAML::BBAddrMapSection *>
877 auto S = std::make_unique<ELFYAML::BBAddrMapSection>(); in dumpBBAddrMapSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1359 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping()
1655 Section.reset(new ELFYAML::BBAddrMapSection()); in mapping()
1656 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get())); in mapping()
H A DELFEmitter.cpp283 const ELFYAML::BBAddrMapSection &Section,
894 } else if (auto S = dyn_cast<ELFYAML::BBAddrMapSection>(Sec)) { in initSectionHeaders()
1390 Elf_Shdr &SHeader, const ELFYAML::BBAddrMapSection &Section, in writeSectionContent()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1322 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local
1324 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()
1329 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()