Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h178 uint8_t BBAddrMapVersion = 2; variable
657 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1366 uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion(); in emitBBAddrMapSection() local
1367 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection()
1411 if (BBAddrMapVersion > 1) { in emitBBAddrMapSection()
1432 assert(BBAddrMapVersion >= 2 && in emitBBAddrMapSection()