Searched refs:LocalStartBit (Results 1 – 2 of 2) sorted by relevance
39 EnclosingBlock(&Record.GetBlock()), LocalStartBit(Record.GetStartBit()) {} in NaClBitcodeBlock()83 EnclosingParser->Block.LocalStartBit += Block.GetNumBits(); in ~NaClBitcodeParser()
167 LocalStartBit = GetStartBit(); in NaClBitcodeBlock()182 return GetCursor().GetCurrentBitNo() - LocalStartBit; in GetLocalNumBits()191 uint64_t LocalStartBit; variable