Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h176 uint8_t BBAddrMapVersion = 1; variable
684 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1659 uint8_t BBAddrMapVersion = getParent()->getContext().getBBAddrMapVersion(); in getBBIDOrNumber() local
1660 return BBAddrMapVersion < 2 ? getNumber() : *getBBID(); in getBBIDOrNumber()
/openbsd-src/gnu/llvm/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()