LLVM: llvm::orc::DylibManager::LookupRequest Struct Reference (original) (raw)

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

#include "[llvm/ExecutionEngine/Orc/DylibManager.h](DylibManager%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
tpctypes::DylibHandle Handle
const SymbolLookupSet & Symbols

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

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

tpctypes::DylibHandle llvm::orc::DylibManager::LookupRequest::Handle

Definition at line 35 of file DylibManager.h.

Referenced by LookupRequest(), llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, DylibManager::LookupRequest >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, DylibManager::LookupRequest >::size().

Symbols

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

Definition at line 36 of file DylibManager.h.

Referenced by LookupRequest(), llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, DylibManager::LookupRequest >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSRemoteSymbolLookup, DylibManager::LookupRequest >::size().


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