Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp295 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize), in reset()
300 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
1030 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, in StoreValueToMemory() function in ExecutionEngine
1212 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType()); in InitializeMemory()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h425 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1053 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC), in visitStoreInst()