Return the address of the specified global value.
Declared in <llvm/ExecutionEngine/ExecutionEngine.h>
virtual
uint64_t
getGlobalValueAddress(std::string const& Name);
This may involve code generation.
This function should not be called with the interpreter engine.
Target address of the named global value, or zero if unavailable.
| Name | Description |
|---|---|
| Name | Name of the global value whose address is requested. |