Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h307 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
310 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h245 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h206 FunctionSection() : SyntheticSection(llvm::wasm::WASM_SEC_FUNCTION) {}
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp262 case wasm::WASM_SEC_FUNCTION: { in dump()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp219 case wasm::WASM_SEC_FUNCTION: in mapping()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp344 case wasm::WASM_SEC_FUNCTION: in parseSection()
1892 case wasm::WASM_SEC_FUNCTION: in getSectionOrder()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp898 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()