Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h313 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection()
316 return S->Type == wasm::WASM_SEC_GLOBAL; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h212 WASM_SEC_GLOBAL = 6, // Global declarations enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp230 case wasm::WASM_SEC_GLOBAL: in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp305 case wasm::WASM_SEC_GLOBAL: in parseSection()
1587 case wasm::WASM_SEC_GLOBAL: in getSectionOrder()