LLVM 23.0.0git
llvm::orc::MachOBuilderLoadCommand< MachO::LC_UUID > Struct Reference

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

Inheritance diagram for llvm::orc::MachOBuilderLoadCommand< MachO::LC_UUID >:
[legend]

Public Member Functions

 MachOBuilderLoadCommand (const uint8_t(&UUID)[16])
 MachOBuilderLoadCommand (const std::array< uint8_t, 16 > &UUID)

Detailed Description

Definition at line 85 of file MachOBuilder.h.

Constructor & Destructor Documentation

◆ MachOBuilderLoadCommand() [1/2]

llvm::orc::MachOBuilderLoadCommand< MachO::LC_UUID >::MachOBuilderLoadCommand ( const uint8_t(&) UUID[16])
inline

Definition at line 87 of file MachOBuilder.h.

◆ MachOBuilderLoadCommand() [2/2]

llvm::orc::MachOBuilderLoadCommand< MachO::LC_UUID >::MachOBuilderLoadCommand ( const std::array< uint8_t, 16 > & UUID)
inline

Definition at line 92 of file MachOBuilder.h.


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