Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h58 struct WasmTable { struct
105 WasmTable Table;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h136 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
262 std::vector<wasm::WasmTable> Tables;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp204 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) { in readTable()
205 wasm::WasmTable Table; in readTable()