LLVM 20.0.0git
|
A pair of a dylib and a set of symbols to be looked up. More...
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.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 176 of file ExecutorProcessControl.h.
|
inline |
Definition at line 177 of file ExecutorProcessControl.h.
tpctypes::DylibHandle llvm::orc::ExecutorProcessControl::LookupRequest::Handle |
Definition at line 179 of file ExecutorProcessControl.h.
Referenced by llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, ExecutorProcessControl::LookupRequest >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, ExecutorProcessControl::LookupRequest >::size().
const SymbolLookupSet& llvm::orc::ExecutorProcessControl::LookupRequest::Symbols |
Definition at line 180 of file ExecutorProcessControl.h.
Referenced by llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, ExecutorProcessControl::LookupRequest >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, ExecutorProcessControl::LookupRequest >::size().