Home
last modified time | relevance | path

Searched refs:CalleeIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp224 int CalleeIdx = ::strtol(CalleePos, &EndPos, 10); in performsCallback() local
225 assert(CalleeIdx >= 0 && "Callee index is supposed to be positive!"); in performsCallback()
226 Encoding.push_back(CalleeIdx); in performsCallback()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp493 unsigned CalleeIdx = IsThumb ? 2 : 0; in lowerCall() local
494 MIB->getOperand(CalleeIdx).setReg(constrainOperandRegClass( in lowerCall()
496 *MIB.getInstr(), MIB->getDesc(), Info.Callee, CalleeIdx)); in lowerCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3687 int CalleeIdx = EncodingIndices.front(); in handleCallbackAttr() local
3691 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()
3700 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2932 int CalleeIdx = *CB->encoding_begin(); in SetFunctionAttributes() local
2936 CalleeIdx, PayloadIndices, in SetFunctionAttributes()