Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DELFYAML.h318 struct BBAddrMapSection : Section { struct
321 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Delf2yaml.cpp99 Expected<ELFYAML::BBAddrMapSection *>
876 Expected<ELFYAML::BBAddrMapSection *>
878 auto S = std::make_unique<ELFYAML::BBAddrMapSection>(); in dumpBBAddrMapSection()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp1373 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()
DELFEmitter.cpp284 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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1331 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local
1333 assert(BBAddrMapSection && ".llvm_bb_addr_map section is not initialized."); in emitBBAddrMapSection()
1338 OutStreamer->switchSection(BBAddrMapSection); in emitBBAddrMapSection()