Home
last modified time | relevance | path

Searched refs:TableLimits (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp38 T.TableLimits.Flags = Table.Limits.Flags; in make_table()
39 T.TableLimits.Initial = Table.Limits.Initial; in make_table()
40 T.TableLimits.Maximum = Table.Limits.Maximum; in make_table()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp300 writeLimits(Import.TableImport.TableLimits, OS); in writeSectionContent()
341 writeLimits(Table.TableLimits, OS); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h55 Limits TableLimits; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp247 IO.mapRequired("Limits", Table.TableLimits); in mapping()