Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h513 void LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr,
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1068 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory() function in ExecutionEngine
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1098 LoadValueFromMemory(Result, Ptr, I.getType()); in visitLoadInst()