LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
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 () |
Static Public Member Functions | |
static bool | classof (const Section *S) |
Static Public Member Functions inherited from llvm::WasmYAML::CustomSection | |
static bool | classof (const Section *S) |
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 |
Definition at line 212 of file WasmYAML.h.
|
inline |
Definition at line 213 of file WasmYAML.h.
Definition at line 215 of file WasmYAML.h.
References C, and llvm::dyn_cast().
std::vector<Comdat> llvm::WasmYAML::LinkingSection::Comdats |
Definition at line 224 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
std::vector<InitFunction> llvm::WasmYAML::LinkingSection::InitFunctions |
Definition at line 223 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
std::vector<SegmentInfo> llvm::WasmYAML::LinkingSection::SegmentInfos |
Definition at line 222 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
std::vector<SymbolInfo> llvm::WasmYAML::LinkingSection::SymbolTable |
Definition at line 221 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
uint32_t llvm::WasmYAML::LinkingSection::Version |
Definition at line 220 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().