Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp397 writeUint8(OS, Import.TableImport.ElemType); in writeSectionContent()
398 writeLimits(Import.TableImport.TableLimits, OS); in writeSectionContent()
H A DWasmYAML.cpp403 IO.mapRequired("Table", Import.TableImport); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h93 Table TableImport; member