Legacy symbol lookup ‐ DEPRECATED! Please override findSymbol instead.

Synopsis

Declared in <llvm/ExecutionEngine/RTDyldMemoryManager.h>

virtual
uint64_t
getSymbolAddress(std::string const& Name);

Description

This method returns the address of the specified function or variable. It is used to resolve symbols during module linking.

Return Value

Address of Name, or zero if not found.

Parameters

Name

Description

Name

Symbol name to look up.

Created with MrDocs