Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h55 struct WasmTable;
96 using llvm::wasm::WasmTable;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h142 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
278 std::vector<wasm::WasmTable> Tables;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h283 struct WasmTable { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp343 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);
966 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
974 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()
1470 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()
1689 wasm::WasmTable Table; in writeOneObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp709 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()
1218 wasm::WasmTable T; in parseTableSection()