Searched refs:ActiveWords (Results 1 – 1 of 1) sorted by relevance
3760 unsigned ActiveWords = 1; in ParseFunctionBody() local3762 ActiveWords = Record[CurIdx++]; in ParseFunctionBody()3763 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in ParseFunctionBody()3765 CurIdx += ActiveWords; in ParseFunctionBody()3768 ActiveWords = 1; in ParseFunctionBody()3770 ActiveWords = Record[CurIdx++]; in ParseFunctionBody()3772 ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in ParseFunctionBody()3774 CurIdx += ActiveWords; in ParseFunctionBody()