Searched refs:BBAddrMapVersion (Results 1 – 3 of 3) sorted by relevance
176 uint8_t BBAddrMapVersion = 1; variable684 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion()
1659 uint8_t BBAddrMapVersion = getParent()->getContext().getBBAddrMapVersion(); in getBBIDOrNumber() local1660 return BBAddrMapVersion < 2 ? getNumber() : *getBBID(); in getBBIDOrNumber()
1340 uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion(); in emitBBAddrMapSection() local1341 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection()1354 if (BBAddrMapVersion > 1) { in emitBBAddrMapSection()