Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h287 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection()
290 return S->Type == wasm::WASM_SEC_TYPE; in classof()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h243 WASM_SEC_TYPE = 1, // Function signature declarations enumerator
/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.h88 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp215 case wasm::WASM_SEC_TYPE: { in dump()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp209 case wasm::WASM_SEC_TYPE: in mapping()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp340 case wasm::WASM_SEC_TYPE: in parseSection()
1880 case wasm::WASM_SEC_TYPE: in getSectionOrder()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp830 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()