15 #ifndef LLVM_EXECUTIONENGINE_ORC_NULLRESOLVER_H
16 #define LLVM_EXECUTIONENGINE_ORC_NULLRESOLVER_H
36 #endif // LLVM_EXECUTIONENGINE_ORC_NULLRESOLVER_H
SymbolResolver impliementation that rejects all resolution requests.
RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) final
This method returns the address of the specified function or variable.
Information about a named symbol.
RuntimeDyld::SymbolInfo findSymbolInLogicalDylib(const std::string &Name) final
This method returns the address of the specified symbol if it exists within the logical dynamic libra...