Searched refs:PTOGV (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h49 inline GenericValue PTOGV(void *P) { return GenericValue(P); } function in namespace:llvm
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
292 EE->StoreValueToMemory(PTOGV(0),
385 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv)));
393 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));
585 Result = PTOGV(tmp + Offset.getSExtValue());
841 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F)));
843 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));
845 Result = PTOGV(getPointerToBasicBlock(const_cast<BasicBlock*>(
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp418 NewArgs.push_back(PTOGV((void*)&Buffer[0]));
465 NewArgs.push_back(PTOGV(Buffer));
H A DExecution.cpp999 GenericValue Result = PTOGV(Memory);
1884 return PTOGV(getPointerToGlobal(GV));
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp318 return PTOGV(((void*(*)())(intptr_t)FPtr)());
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp487 return PTOGV(((void*(*)())(intptr_t)FPtr)());

Completed in 133 milliseconds