Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp242 Im.GlobalImport.Type = Import.Global.Type; in dump()
243 Im.GlobalImport.Mutable = Import.Global.Mutable; in dump()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp398 IO.mapRequired("GlobalType", Import.GlobalImport.Type); in mapping()
399 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
H A DWasmEmitter.cpp397 writeUint8(OS, Import.GlobalImport.Type); in writeSectionContent()
398 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h99 Global GlobalImport; member