Searched refs:CalleeIdx (Results 1 – 4 of 4) sorted by relevance
224 int CalleeIdx = ::strtol(CalleePos, &EndPos, 10); in performsCallback() local225 assert(CalleeIdx >= 0 && "Callee index is supposed to be positive!"); in performsCallback()226 Encoding.push_back(CalleeIdx); in performsCallback()
493 unsigned CalleeIdx = IsThumb ? 2 : 0; in lowerCall() local494 MIB->getOperand(CalleeIdx).setReg(constrainOperandRegClass( in lowerCall()496 *MIB.getInstr(), MIB->getDesc(), Info.Callee, CalleeIdx)); in lowerCall()
3687 int CalleeIdx = EncodingIndices.front(); in handleCallbackAttr() local3691 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()3700 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
2932 int CalleeIdx = *CB->encoding_begin(); in SetFunctionAttributes() local2936 CalleeIdx, PayloadIndices, in SetFunctionAttributes()