Home
last modified time | relevance | path

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

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