Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h353 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection()
356 return S->Type == wasm::WASM_SEC_ELEM; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h215 WASM_SEC_ELEM = 9, // Elements section enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp250 case wasm::WASM_SEC_ELEM: in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp313 case wasm::WASM_SEC_ELEM: in parseSection()
1593 case wasm::WASM_SEC_ELEM: in getSectionOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp795 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()