getPointerToGlobalIfAvailable overloads
Declared in <llvm/ExecutionEngine/ExecutionEngine.h>
Return a pointer to a global if it has already been codegen'd.
void*
getPointerToGlobalIfAvailable(StringRef S);
» more...
Return a pointer to a global value if it has already been codegen'd.
void*
getPointerToGlobalIfAvailable(GlobalValue const* GV);
» more...
GV if available, otherwise null.| Name | Description |
|---|---|
| S | Mangled symbol name to look up. |
| GV | Global value to look up. |