LLVM 22.0.0git
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 185 of file LazyReexports.h.

Member Data Documentation

◆ BodyName

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

Definition at line 188 of file LazyReexports.h.

◆ JD

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

Definition at line 186 of file LazyReexports.h.

◆ Name

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

Definition at line 187 of file LazyReexports.h.


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