LLVM
8.0.1
|
#include "llvm/ExecutionEngine/Orc/NullResolver.h"
Public Member Functions | |
SymbolNameSet | getResponsibilitySet (const SymbolNameSet &Symbols) final |
Returns the subset of the given symbols that the caller is responsible for materializing. More... | |
SymbolNameSet | lookup (std::shared_ptr< AsynchronousSymbolQuery > Query, SymbolNameSet Symbols) final |
For each symbol in Symbols that can be found, assigns that symbols value in Query. More... | |
Public Member Functions inherited from llvm::orc::SymbolResolver | |
virtual | ~SymbolResolver ()=default |
Definition at line 24 of file NullResolver.h.
|
finalvirtual |
Returns the subset of the given symbols that the caller is responsible for materializing.
Implements llvm::orc::SymbolResolver.
Definition at line 17 of file NullResolver.cpp.
|
finalvirtual |
For each symbol in Symbols that can be found, assigns that symbols value in Query.
Returns the set of symbols that could not be found.
Implements llvm::orc::SymbolResolver.
Definition at line 22 of file NullResolver.cpp.
References assert(), and llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::empty().