Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h241 WASM_EXTERNAL_EVENT = 0x4, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp481 else if (I.Kind == wasm::WASM_EXTERNAL_EVENT) in parseLinkingSectionSymtab()
923 case wasm::WASM_EXTERNAL_EVENT: in parseImportSection()
1044 case wasm::WASM_EXTERNAL_EVENT: in parseExportSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp731 case wasm::WASM_EXTERNAL_EVENT: in writeImportSection()
1188 Import.Kind = wasm::WASM_EXTERNAL_EVENT; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp388 } else if (Import.Kind == wasm::WASM_EXTERNAL_EVENT) { in mapping()
DWasmEmitter.cpp360 case wasm::WASM_EXTERNAL_EVENT: in writeSectionContent()