Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h343 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection()
346 return S->Type == wasm::WASM_SEC_START; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h214 WASM_SEC_START = 8, // Start function declaration enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp245 case wasm::WASM_SEC_START: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp311 case wasm::WASM_SEC_START: in parseSection()
1591 case wasm::WASM_SEC_START: in getSectionOrder()