Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.h103 struct GlobalImport { struct
245 ZoneLinkedList<GlobalImport> global_imports_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp386 IO.mapRequired("GlobalType", Import.GlobalImport.Type); in mapping()
387 IO.mapRequired("GlobalMutable", Import.GlobalImport.Mutable); in mapping()
DWasmEmitter.cpp356 writeUint8(OS, Import.GlobalImport.Type); in writeSectionContent()
357 writeUint8(OS, Import.GlobalImport.Mutable); in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h89 Global GlobalImport; member