Home
last modified time | relevance | path

Searched refs:WASM_SEC_EVENT (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h323 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection()
326 return S->Type == wasm::WASM_SEC_EVENT; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h317 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection()
320 return S->Type == wasm::WASM_SEC_EVENT; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h219 WASM_SEC_EVENT = 13 // Event declarations enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h235 WASM_SEC_EVENT = 13 // Event declarations enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp50 case WASM_SEC_EVENT: in sectionTypeToString()
DSyntheticSections.h186 EventSection() : SyntheticSection(llvm::wasm::WASM_SEC_EVENT) {} in EventSection()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp199 } else if (section_id <= llvm::wasm::WASM_SEC_EVENT) { in DecodeNextSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp235 case wasm::WASM_SEC_EVENT: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp231 case wasm::WASM_SEC_EVENT: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp307 case wasm::WASM_SEC_EVENT: in parseSection()
1601 case wasm::WASM_SEC_EVENT: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp318 case wasm::WASM_SEC_EVENT: in parseSection()
1765 case wasm::WASM_SEC_EVENT: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp762 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp812 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection()