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 529 void *ArgPtr = GVTOP(AV);
532 (int)(intptr_t)ArgPtr);
535 (intptr_t)ArgPtr);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 774 llvm::Value *ArgPtr = CGF.EmitVAArg(ArgValue, E->getType());
776 if (!ArgPtr) {
785 CGF.MakeNaturalAlignAddrLValue(ArgPtr, E->getType()));
CGExprAgg.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 155 milliseconds