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;
93 using llvm::wasm::WasmTable;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h147 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
285 std::vector<wasm::WasmTable> Tables;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp338 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);
938 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
946 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()
1456 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()
1676 wasm::WasmTable Table; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h333 struct WasmTable { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp803 wasm::WasmTable &Table = Tables[TableNumber]; in parseLinkingSectionSymtab()
1355 wasm::WasmTable T; in parseTableSection()