Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h513 void LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1091 void ExecutionEngine::LoadValueFromMemory(GenericValue &Result, in LoadValueFromMemory() function in ExecutionEngine
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1062 LoadValueFromMemory(Result, Ptr, I.getType()); in visitLoadInst()