Home
last modified time | relevance | path

Searched defs:TableSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h292 struct TableSection : Section { struct
293 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() function
295 static bool classof(const Section *S) { in classof()
299 std::vector<Table> Tables;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h316 struct TableSection : Section { struct
317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
319 static bool classof(const Section *S) { in classof()
323 std::vector<Table> Tables;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DWasm.h300 uint32_t TableSection = 0; variable