Home
last modified time | relevance | path

Searched refs:WASM_EXTERNAL_TABLE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h87 WASM_EXTERNAL_TABLE = 0x1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp719 else if (I.Kind == wasm::WASM_EXTERNAL_TABLE) in parseLinkingSectionSymtab()
1297 case wasm::WASM_EXTERNAL_TABLE: { in parseImportSection()
1501 case wasm::WASM_EXTERNAL_TABLE: in parseExportSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp406 } else if (Import.Kind == wasm::WASM_EXTERNAL_TABLE) { in mapping()
H A DWasmEmitter.cpp417 case wasm::WASM_EXTERNAL_TABLE: in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp850 case wasm::WASM_EXTERNAL_TABLE: in writeImportSection()
1399 Import.Kind = wasm::WASM_EXTERNAL_TABLE; in prepareImports()