Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h102 struct GlobalImport { struct
231 ZoneLinkedList<GlobalImport> global_imports_;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp175 Im.GlobalImport.Type = Import.Global.Type; in dump()
176 Im.GlobalImport.Mutable = Import.Global.Mutable; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp291 writeUint8(OS, Import.GlobalImport.Type); in writeSectionContent()
292 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp308 IO.mapRequired("GlobalType", Import.GlobalImport.Type); in mapping()
309 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h83 Global GlobalImport; member