struct ExecutorProcessControl::LookupRequest

Declaration

struct ExecutorProcessControl::LookupRequest { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:165

Member Variables

public tpctypes::DylibHandle Handle
public const llvm::orc::SymbolLookupSet& Symbols

Method Overview

  • public LookupRequest(tpctypes::DylibHandle Handle, const llvm::orc::SymbolLookupSet & Symbols)

Methods

ΒΆLookupRequest(
    tpctypes::DylibHandle Handle,
    const llvm::orc::SymbolLookupSet& Symbols)

Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:166

Parameters

tpctypes::DylibHandle Handle
const llvm::orc::SymbolLookupSet& Symbols