ΒΆvoid* LLVMSearchForAddressOfSymbol(
const char* symbolName)
void* LLVMSearchForAddressOfSymbol(
const char* symbolName)
Description
This function will search through all previously loaded dynamic libraries for the symbol \p symbolName. If it is found, the address of that symbol is returned. If not, null is returned.
Declared at: llvm/include/llvm-c/Support.h:49
Parameters
- const char* symbolName