Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h176 uint8_t BBAddrMapVersion = 2; variable
686 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1384 uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion(); in emitBBAddrMapSection() local
1385 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection()
1399 if (BBAddrMapVersion > 1) { in emitBBAddrMapSection()
1420 assert(BBAddrMapVersion >= 2 && in emitBBAddrMapSection()