HomeSort by: relevance | last modified time | path
    Searched refs:CalleeIdx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Builtins.cpp 170 int CalleeIdx = ::strtol(CalleePos, &EndPos, 10);
171 assert(CalleeIdx >= 0 && "Callee index is supposed to be positive!");
172 Encoding.push_back(CalleeIdx);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMCallLowering.cpp 482 unsigned CalleeIdx = IsThumb ? 2 : 0;
483 MIB->getOperand(CalleeIdx).setReg(constrainOperandRegClass(
485 *MIB.getInstr(), MIB->getDesc(), Info.Callee, CalleeIdx));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3517 /// Handle __attribute__((callback(CalleeIdx, PayloadIdx0, ...))) attributes.
3596 int CalleeIdx = EncodingIndices.front();
3598 // This means the "CalleeIdx" has to be non-negative if "HasImplicitThisParam"
3600 if (CalleeIdx < (int)HasImplicitThisParam) {
3609 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2154 int CalleeIdx = *CB->encoding_begin();
2158 CalleeIdx, PayloadIndices,

Completed in 31 milliseconds