HomeSort by relevance Sort by last modified time
    Searched refs:StoreValueToMemory (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 421 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
425 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 295 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
300 EE->StoreValueToMemory(PTOGV(nullptr),
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 224 milliseconds