Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp410 writeUint8(OS, Import.TableImport.ElemType); in writeSectionContent()
411 writeLimits(Import.TableImport.TableLimits, OS); in writeSectionContent()
H A DWasmYAML.cpp405 IO.mapRequired("Table", Import.TableImport); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h96 Table TableImport; member