Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h231 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp259 case wasm::WASM_SEC_FUNCTION: { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp217 case wasm::WASM_SEC_FUNCTION: in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp313 case wasm::WASM_SEC_FUNCTION: in parseSection()
1805 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp833 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()