Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h70 struct WasmTableType { struct
77 WasmTableType Type; argument
123 WasmTableType Table;
/external/llvm-project/lld/wasm/
DWriterUtils.h60 void writeTableType(raw_ostream &os, const llvm::wasm::WasmTableType &type);
DWriterUtils.cpp206 void writeTableType(raw_ostream &os, const WasmTableType &type) { in writeTableType()
DSyntheticSections.cpp226 writeTableType(os, WasmTableType{WASM_TYPE_FUNCREF, limits}); in writeBody()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp217 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()
218 wasm::WasmTableType TableType; in readTableType()