Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h29 Optional<wasm::WasmTableType> TableType;
134 const wasm::WasmTableType &getTableType() const { in getTableType()
138 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h70 struct WasmTableType { struct
77 WasmTableType Type; argument
123 WasmTableType Table;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp82 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h39 const wasm::WasmTableType *TableType, in WasmSymbol()
47 const wasm::WasmTableType *TableType;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp43 const wasm::WasmTableType &Type) { in makeTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp217 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()
218 wasm::WasmTableType TableType; in readTableType()
531 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp831 wasm::WasmTableType Type = {uint8_t(ElemType.getValue()), Limits}; in ParseDirective()