HomeSort by relevance Sort by last modified time
    Searched defs:ArgPtr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 377 void *ArgPtr = GVTOP(AV);
380 (int)(intptr_t)ArgPtr);
383 (intptr_t)ArgPtr);
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprComplex.cpp 817 llvm::Value *ArgPtr = CGF.EmitVAArg(ArgValue, E->getType());
819 if (!ArgPtr) {
827 return EmitLoadOfLValue(CGF.MakeNaturalAlignAddrLValue(ArgPtr, E->getType()),
    [all...]
CGExprScalar.cpp     [all...]

Completed in 180 milliseconds