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