Home
last modified time | relevance | path

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

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