Go to the source code of this file.
|
static void | llvm::yaml::commonSectionMapping (IO &IO, WasmYAML::Section &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::DylinkSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::NameSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::LinkingSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::ProducersSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::TargetFeaturesSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::CustomSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::TypeSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::ImportSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::FunctionSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::TableSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::MemorySection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::TagSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::GlobalSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::ExportSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::StartSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::ElemSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::CodeSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::DataSection &Section) |
static void | llvm::yaml::sectionMapping (IO &IO, WasmYAML::DataCountSection &Section) |
◆ BCase [1/2]
Value:IO.bitSetCase(Value, #
X, wasm::WASM_LIMITS_FLAG_##
X)
static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")
◆ BCase [2/2]
Value:IO.bitSetCase(Value, #
X, wasm::WASM_SEG_FLAG_##
X)
◆ BCaseMask
#define BCaseMask |
( |
| M, |
|
|
| X ) |
Value: IO.maskedBitSetCase(Value, #
X, wasm::WASM_SYMBOL_##
X, wasm::WASM_SYMBOL_##M)
◆ CONCAT [1/2]
◆ CONCAT [2/2]
◆ ECase [1/8]
Value:IO.enumCase(Type, #
X, wasm::WASM_SEC_##
X);
◆ ECase [2/8]
Value:IO.enumCase(Kind, #
X, wasm::WASM_FEATURE_PREFIX_##
X);
◆ ECase [3/8]
Value:IO.enumCase(Kind, #
X, wasm::WASM_COMDAT_##
X);
◆ ECase [4/8]
Value:IO.enumCase(Kind, #
X, wasm::WASM_SYMBOL_TYPE_##
X);
◆ ECase [5/8]
◆ ECase [6/8]
Value:IO.enumCase(Kind, #
X, wasm::WASM_EXTERNAL_##
X);
◆ ECase [7/8]
Value:IO.enumCase(Code, #
X, wasm::WASM_OPCODE_##
X);
◆ ECase [8/8]
◆ WASM_RELOC
#define WASM_RELOC |
( |
| name, |
|
|
| value ) |
Value:IO.enumCase(Type, #
name, wasm::name);