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

/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h395 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
399 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp355 EE->StoreValueToMemory(PTOGV(Dest.get()),
361 EE->StoreValueToMemory(PTOGV(nullptr),
1018 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, function in class:ExecutionEngine
1177 StoreValueToMemory(Val, (GenericValue*)Addr, Init->getType());
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1108 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC),

Completed in 118 milliseconds