Home
last modified time | relevance | path

Searched refs:StoreValueToMemory (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp359 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
365 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
1048 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
1230 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h379 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1054 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()