Searched refs:PTOGV (Results 1 – 5 of 5) sorted by relevance
49 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
355 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()361 EE->StoreValueToMemory(PTOGV(nullptr), in reset()454 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv))); in runFunctionAsMain()462 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); in runFunctionAsMain()659 Result = PTOGV(tmp + Offset.getSExtValue()); in getConstantValue()923 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F))); in getConstantValue()925 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()
444 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf()487 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
1002 GenericValue Result = PTOGV(Memory); in visitAllocaInst()2024 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
606 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()