reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/ExecutionEngine.cpp
  434   unsigned NumArgs = Fn->getFunctionType()->getNumParams();
  435   FunctionType *FTy = Fn->getFunctionType();
  436   Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
  457       GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv)));
  465         GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));
  470   return runFunction(Fn, GVArgs).IntVal.getZExtValue();