LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::orc::ExecutorProcessControl::LookupRequest Struct Reference

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 SymbolLookupSetSymbols
 

Detailed Description

A pair of a dylib and a set of symbols to be looked up.

Definition at line 176 of file ExecutorProcessControl.h.

Constructor & Destructor Documentation

◆ LookupRequest()

llvm::orc::ExecutorProcessControl::LookupRequest::LookupRequest ( tpctypes::DylibHandle  Handle,
const SymbolLookupSet Symbols 
)
inline

Definition at line 177 of file ExecutorProcessControl.h.

Member Data Documentation

◆ Handle

tpctypes::DylibHandle llvm::orc::ExecutorProcessControl::LookupRequest::Handle

◆ Symbols

const SymbolLookupSet& llvm::orc::ExecutorProcessControl::LookupRequest::Symbols

The documentation for this struct was generated from the following file: