|
#define | ECase(X) IO.enumCase(Type, #X, wasm::WASM_SEC_##X); |
|
#define | ECase(X) IO.enumCase(Kind, #X, wasm::WASM_FEATURE_PREFIX_##X); |
|
#define | ECase(X) IO.enumCase(Kind, #X, wasm::WASM_COMDAT_##X); |
|
#define | BCase(X) IO.bitSetCase(Value, #X, wasm::WASM_LIMITS_FLAG_##X) |
|
#define | BCase(X) IO.bitSetCase(Value, #X, wasm::WASM_SEG_FLAG_##X) |
|
#define | BCaseMask(M, X) IO.maskedBitSetCase(Value, #X, wasm::WASM_SYMBOL_##X, wasm::WASM_SYMBOL_##M) |
|
#define | ECase(X) IO.enumCase(Kind, #X, wasm::WASM_SYMBOL_TYPE_##X); |
|
#define | CONCAT(X) (uint32_t) wasm::ValType::X |
|
#define | ECase(X) IO.enumCase(Type, #X, CONCAT(X)); |
|
#define | ECase(X) IO.enumCase(Kind, #X, wasm::WASM_EXTERNAL_##X); |
|
#define | ECase(X) IO.enumCase(Code, #X, wasm::WASM_OPCODE_##X); |
|
#define | CONCAT(X) (uint32_t) wasm::ValType::X |
|
#define | ECase(X) IO.enumCase(Type, #X, CONCAT(X)); |
|
#define | WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); |
|
|
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) |
|