Searched refs:writeUint8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 119 writeUint8(OS, Lim.Flags); in writeLimits() 341 writeUint8(OS, E.Prefix); in writeSectionContent() 374 writeUint8(OS, Sig.Form); in writeSectionContent() 377 writeUint8(OS, ParamType); in writeSectionContent() 380 writeUint8(OS, ReturnType); in writeSectionContent() 390 writeUint8(OS, Import.Kind); in writeSectionContent() 433 writeUint8(OS, Export.Kind); in writeSectionContent() 453 writeUint8(OS, Table.ElemType); in writeSectionContent() 484 writeUint8(OS, Global.Type); in writeSectionContent() 509 writeUint8(OS, ElemKind); in writeSectionContent() [all …]
|