ΒΆ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:55

Parameters

const char* symbolName