Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h55 struct WasmTable;
96 using llvm::wasm::WasmTable;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
284 std::vector<wasm::WasmTable> Tables;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp340 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);
961 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
969 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()
1479 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()
1699 wasm::WasmTable Table; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h320 struct WasmTable { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp793 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()
1347 wasm::WasmTable T; in parseTableSection()