Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h276 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection()
279 return S->Type == wasm::WASM_SEC_START; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h182 WASM_SEC_START = 8, // Start function declaration enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp227 case wasm::WASM_SEC_START: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp195 case wasm::WASM_SEC_START: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp289 case wasm::WASM_SEC_START: in parseSection()