Searched refs:ContextIdx (Results 1 – 2 of 2) sorted by relevance
555 auto ContextIdx = readNumber<size_t>(); in readContextFromTable() local556 if (std::error_code EC = ContextIdx.getError()) in readContextFromTable()558 if (*ContextIdx >= CSNameTable.size()) in readContextFromTable()561 *RetIdx = *ContextIdx; in readContextFromTable()562 return CSNameTable[*ContextIdx]; in readContextFromTable()
759 auto ContextIdx = ActiveAsyncSuspend->getStorageArgumentIndex() & 0xff; in deriveNewFramePointer() local760 auto *CalleeContext = NewF->getArg(ContextIdx); in deriveNewFramePointer()