Home
last modified time | relevance | path

Searched refs:WASM_SEC_CUSTOM (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h187 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
190 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h206 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp517 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
611 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
DWasmYAML.cpp170 case wasm::WASM_SEC_CUSTOM: { in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp223 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
293 case wasm::WASM_SEC_CUSTOM: in parseSection()
1411 case wasm::WASM_SEC_CUSTOM: in getSectionName()
1568 case wasm::WASM_SEC_CUSTOM: in getSectionOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp370 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()