Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h69 struct WasmTable { struct
116 WasmTable Table;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h139 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
268 std::vector<wasm::WasmTable> Tables;
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h142 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables()
277 std::vector<wasm::WasmTable> Tables;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h75 struct WasmTable { struct
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp321 void writeTableSection(ArrayRef<wasm::WasmTable> Tables);
860 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
868 for (const wasm::WasmTable &Table : Tables) { in writeTableSection()
1351 SmallVector<wasm::WasmTable, 1> Tables; in writeOneObject()
1564 wasm::WasmTable Table; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp204 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) { in readTable()
205 wasm::WasmTable Table; in readTable()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp602 wasm::WasmTable &Table = Tables[TableIndex]; in parseLinkingSectionSymtab()
1090 wasm::WasmTable T; in parseTableSection()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...