Load a value of type Ty from Ptr into Result.
Declared in <llvm/ExecutionEngine/ExecutionEngine.h>
void
LoadValueFromMemory(
GenericValue& Result,
GenericValue* Ptr,
Type* Ty);
| Name | Description |
|---|---|
| Result | Destination GenericValue to fill. |
| Ptr | Source memory, cast as a GenericValue pointer. |
| Ty | LLVM type of the value being loaded. |