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

References

lib/ExecutionEngine/ExecutionEngine.cpp
  358     EE->StoreValueToMemory(PTOGV(Dest.get()),
  364   EE->StoreValueToMemory(PTOGV(nullptr),
  457       GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv)));
  465         GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));
  653       Result = PTOGV(tmp + Offset.getSExtValue());
  911       Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F)));
  913       Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));
lib/ExecutionEngine/Interpreter/Execution.cpp
 1036   GenericValue Result = PTOGV(Memory);
 2110     return PTOGV(getPointerToGlobal(GV));
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  421   NewArgs.push_back(PTOGV((void*)&Buffer[0]));
  464   NewArgs.push_back(PTOGV(Buffer));
lib/ExecutionEngine/MCJIT/MCJIT.cpp
  600       return PTOGV(((void*(*)())(intptr_t)FPtr)());
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
  119       return PTOGV(((void *(*)())(intptr_t)FPtr)());