Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp400 IO.mapRequired("TagAttribute", Import.TagImport.Attribute); in mapping()
401 IO.mapRequired("TagSigIndex", Import.TagImport.SigIndex); in mapping()
H A DWasmEmitter.cpp389 writeUint32(OS, Import.TagImport.Attribute); in writeSectionContent()
390 writeUint32(OS, Import.TagImport.SigIndex); in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h95 Tag TagImport; member