OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
314
///
StoreValueToMemory
- Stores the data in Val of type Ty at address Ptr.
318
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),
849
void ExecutionEngine::
StoreValueToMemory
(const GenericValue &Val,
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
822
StoreValueToMemory
(Val, (GenericValue *)GVTOP(SRC),
[
all
...]
Completed in 41 milliseconds