LLVM 20.0.0git
|
A pair of a dylib and a set of symbols to be looked up. More...
#include "llvm/ExecutionEngine/Orc/DylibManager.h"
Public Member Functions | |
LookupRequest (tpctypes::DylibHandle Handle, const SymbolLookupSet &Symbols) | |
Public Attributes | |
tpctypes::DylibHandle | Handle |
const SymbolLookupSet & | Symbols |
A pair of a dylib and a set of symbols to be looked up.
Definition at line 31 of file DylibManager.h.
|
inline |
Definition at line 32 of file DylibManager.h.
tpctypes::DylibHandle llvm::orc::DylibManager::LookupRequest::Handle |
const SymbolLookupSet& llvm::orc::DylibManager::LookupRequest::Symbols |