Home
last modified time | relevance | path

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

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