Home
last modified time | relevance | path

Searched refs:PTOGV (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h49 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp355 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp444 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf()
487 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
H A DExecution.cpp1002 GenericValue Result = PTOGV(Memory); in visitAllocaInst()
2024 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp606 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()