LLVM 22.0.0git
llvm::orc::DylibManager::LookupRequest Struct Reference

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 SymbolLookupSetSymbols

Detailed Description

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

Definition at line 32 of file DylibManager.h.

Constructor & Destructor Documentation

◆ LookupRequest()

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

Definition at line 33 of file DylibManager.h.

References Handle, and Symbols.

Member Data Documentation

◆ Handle

◆ Symbols


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