Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h318 struct BBAddrMapSection : Section { struct
321 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h331 struct BBAddrMapSection : Section { struct
335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A 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()