Home
last modified time | relevance | path

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

/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/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h287 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
290 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/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h225 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp42 case WASM_SEC_FUNCTION: in sectionTypeToString()
DSyntheticSections.h133 FunctionSection() : SyntheticSection(llvm::wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp215 case wasm::WASM_SEC_FUNCTION: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp216 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/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp312 case wasm::WASM_SEC_FUNCTION: in parseSection()
1745 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/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp798 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()