Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDWasmYAML.h308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
311 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h38 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmYAML.cpp221 case wasm::WASM_SEC_FUNCTION: in mapping()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp401 case wasm::WASM_SEC_FUNCTION: in parseSection()
2146 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWasmObjectWriter.cpp895 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()