LLVM: llvm::WasmYAML::LinkingSection Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::WasmYAML::LinkingSection:

Public Member Functions
LinkingSection ()
Public Member Functions inherited from llvm::WasmYAML::CustomSection
CustomSection (StringRef Name)
Public Member Functions inherited from llvm::WasmYAML::Section
Section (SectionType SecType)
virtual ~Section ()
Public Attributes
uint32_t Version
std::vector< SymbolInfo > SymbolTable
std::vector< SegmentInfo > SegmentInfos
std::vector< InitFunction > InitFunctions
std::vector< Comdat > Comdats
Public Attributes inherited from llvm::WasmYAML::CustomSection
StringRef Name
yaml::BinaryRef Payload
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< Relocation > Relocations
std::optional< uint8_t > HeaderSecSizeEncodingLen

Detailed Description

Definition at line 250 of file WasmYAML.h.

Constructor & Destructor Documentation

llvm::WasmYAML::LinkingSection::LinkingSection ( ) inline

Member Function Documentation

classof()

Member Data Documentation

Comdats

std::vector<Comdat> llvm::WasmYAML::LinkingSection::Comdats

InitFunctions

std::vector<InitFunction> llvm::WasmYAML::LinkingSection::InitFunctions

SegmentInfos

std::vector<SegmentInfo> llvm::WasmYAML::LinkingSection::SegmentInfos

SymbolTable

std::vector<SymbolInfo> llvm::WasmYAML::LinkingSection::SymbolTable

Version

uint32_t llvm::WasmYAML::LinkingSection::Version


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