LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::MachOBuilderLoadCommand< LCType > Struct Template Reference

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

Inheritance diagram for llvm::orc::MachOBuilderLoadCommand< LCType >:
Inheritance graph
[legend]

Public Member Functions

 MachOBuilderLoadCommand ()=default
 
template<typename... ArgTs>
 MachOBuilderLoadCommand (ArgTs &&...Args)
 

Detailed Description

template<MachO::LoadCommandType LCType>
struct llvm::orc::MachOBuilderLoadCommand< LCType >

Definition at line 74 of file MachOBuilder.h.

Constructor & Destructor Documentation

◆ MachOBuilderLoadCommand() [1/2]

template<MachO::LoadCommandType LCType>
llvm::orc::MachOBuilderLoadCommand< LCType >::MachOBuilderLoadCommand ( )
default

◆ MachOBuilderLoadCommand() [2/2]

template<MachO::LoadCommandType LCType>
template<typename... ArgTs>
llvm::orc::MachOBuilderLoadCommand< LCType >::MachOBuilderLoadCommand ( ArgTs &&...  Args)
inline

Definition at line 80 of file MachOBuilder.h.


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