LLVMSearchForAddressOfSymbol

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.

@see sys::DynamicLibrary::SearchForAddressOfSymbol()

extern (C) nothrow
void*
LLVMSearchForAddressOfSymbol
(
const(char)* symbolName
)

Meta