LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::object::WasmSection Struct Reference

#include "llvm/Object/Wasm.h"

Collaboration diagram for llvm::object::WasmSection:
Collaboration graph
[legend]

Public Member Functions

 WasmSection ()=default
 

Public Attributes

uint32_t Type = 0
 
uint32_t Offset = 0
 
StringRef Name
 
ArrayRef< uint8_t > Content
 
std::vector< wasm::WasmRelocationRelocations
 

Detailed Description

Definition at line 104 of file Wasm.h.

Constructor & Destructor Documentation

◆ WasmSection()

llvm::object::WasmSection::WasmSection ( )
default

Member Data Documentation

◆ Content

ArrayRef<uint8_t> llvm::object::WasmSection::Content

◆ Name

StringRef llvm::object::WasmSection::Name

Definition at line 109 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getSectionName().

◆ Offset

uint32_t llvm::object::WasmSection::Offset = 0

Definition at line 108 of file Wasm.h.

◆ Relocations

std::vector<wasm::WasmRelocation> llvm::object::WasmSection::Relocations

Definition at line 111 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::section_rel_end().

◆ Type

uint32_t llvm::object::WasmSection::Type = 0

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