Home
last modified time | relevance | path

Searched refs:BBAddrMapVersion (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCContext.h176 uint8_t BBAddrMapVersion = 2; variable
688 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCContext.h183 uint8_t BBAddrMapVersion = 2; variable
699 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCContext.h176 uint8_t BBAddrMapVersion = 2; variable
688 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCContext.h176 uint8_t BBAddrMapVersion = 2; variable
686 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCContext.h176 uint8_t BBAddrMapVersion = 1; variable
684 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1659 uint8_t BBAddrMapVersion = getParent()->getContext().getBBAddrMapVersion(); in getBBIDOrNumber() local
1660 return BBAddrMapVersion < 2 ? getNumber() : *getBBID(); in getBBIDOrNumber()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1340 uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion(); in emitBBAddrMapSection() local
1341 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection()
1354 if (BBAddrMapVersion > 1) { in emitBBAddrMapSection()