Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
229 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h177 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp190 case wasm::WASM_SEC_FUNCTION: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp170 case wasm::WASM_SEC_FUNCTION: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp279 case wasm::WASM_SEC_FUNCTION: in parseSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp769 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()