LLVM 22.0.0git
llvm::orc::MachOBuilder< MachOTraits >::SectionContent Struct Reference

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

Public Attributes

const charData = nullptr
size_t Size = 0

Detailed Description

template<typename MachOTraits>
struct llvm::orc::MachOBuilder< MachOTraits >::SectionContent

Definition at line 219 of file MachOBuilder.h.

Member Data Documentation

◆ Data

template<typename MachOTraits>
const char* llvm::orc::MachOBuilder< MachOTraits >::SectionContent::Data = nullptr

Definition at line 220 of file MachOBuilder.h.

◆ Size

template<typename MachOTraits>
size_t llvm::orc::MachOBuilder< MachOTraits >::SectionContent::Size = 0

Definition at line 221 of file MachOBuilder.h.


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