LLVM  8.0.1
Public Member Functions | List of all members
llvm::orc::NullResolver Class Reference

#include "llvm/ExecutionEngine/Orc/NullResolver.h"

Inheritance diagram for llvm::orc::NullResolver:
Inheritance graph
[legend]
Collaboration diagram for llvm::orc::NullResolver:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 24 of file NullResolver.h.

Member Function Documentation

◆ getResponsibilitySet()

SymbolNameSet llvm::orc::NullResolver::getResponsibilitySet ( const SymbolNameSet Symbols)
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.

◆ lookup()

SymbolNameSet llvm::orc::NullResolver::lookup ( std::shared_ptr< AsynchronousSymbolQuery Query,
SymbolNameSet  Symbols 
)
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().


The documentation for this class was generated from the following files: