LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::EPCGenericDylibManager::SymbolAddrs Struct Reference

Function addresses for memory access. More...

#include "llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h"

Public Attributes

ExecutorAddr Instance
 
ExecutorAddr Open
 
ExecutorAddr Lookup
 

Detailed Description

Function addresses for memory access.

Definition at line 33 of file EPCGenericDylibManager.h.

Member Data Documentation

◆ Instance

ExecutorAddr llvm::orc::EPCGenericDylibManager::SymbolAddrs::Instance

Definition at line 34 of file EPCGenericDylibManager.h.

◆ Lookup

ExecutorAddr llvm::orc::EPCGenericDylibManager::SymbolAddrs::Lookup

Definition at line 36 of file EPCGenericDylibManager.h.

◆ Open

ExecutorAddr llvm::orc::EPCGenericDylibManager::SymbolAddrs::Open

Definition at line 35 of file EPCGenericDylibManager.h.


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