Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h307 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
310 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
286 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h209 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h245 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp215 case wasm::WASM_SEC_FUNCTION: in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp219 case wasm::WASM_SEC_FUNCTION: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp299 case wasm::WASM_SEC_FUNCTION: in parseSection()
1581 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp344 case wasm::WASM_SEC_FUNCTION: in parseSection()
1884 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp748 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp898 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()