LLVM 20.0.0git
Public Attributes | List of all members
llvm::orc::LazyReexportsManager::CallThroughInfo Struct Reference

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

Public Attributes

JITDylibSP JD
 
SymbolStringPtr Name
 
SymbolStringPtr BodyName
 

Detailed Description

Definition at line 182 of file LazyReexports.h.

Member Data Documentation

◆ BodyName

SymbolStringPtr llvm::orc::LazyReexportsManager::CallThroughInfo::BodyName

Definition at line 185 of file LazyReexports.h.

◆ JD

JITDylibSP llvm::orc::LazyReexportsManager::CallThroughInfo::JD

Definition at line 183 of file LazyReexports.h.

◆ Name

SymbolStringPtr llvm::orc::LazyReexportsManager::CallThroughInfo::Name

Definition at line 184 of file LazyReexports.h.


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