Searched refs:ContextIdx (Results 1 – 2 of 2) sorted by relevance
533 auto ContextIdx = readNumber<size_t>(); in readContextFromTable() local534 if (std::error_code EC = ContextIdx.getError()) in readContextFromTable()536 if (*ContextIdx >= CSNameTable.size()) in readContextFromTable()539 *RetIdx = *ContextIdx; in readContextFromTable()540 return CSNameTable[*ContextIdx]; in readContextFromTable()
851 auto ContextIdx = ActiveAsyncSuspend->getStorageArgumentIndex() & 0xff; in deriveNewFramePointer() local852 auto *CalleeContext = NewF->getArg(ContextIdx); in deriveNewFramePointer()