LLVM 19.0.0git
Public Attributes | List of all members
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 224 of file MachOBuilder.h.

Member Data Documentation

◆ Data

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

Definition at line 225 of file MachOBuilder.h.

◆ Size

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

Definition at line 226 of file MachOBuilder.h.


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