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

  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 277 void StoreValueToMemory(const llvm::GenericValue &Val, void *Addr,
CodeEmitter.cpp 596 void CodeEmitter::StoreValueToMemory(const llvm::GenericValue &Val,
719 StoreValueToMemory(Val, Addr, C->getType());
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 311 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
315 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
292 EE->StoreValueToMemory(PTOGV(0),
847 void ExecutionEngine::StoreValueToMemory(const GenericValue &Val,
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 825 StoreValueToMemory(Val, (GenericValue *)GVTOP(SRC),
    [all...]

Completed in 636 milliseconds