Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h270 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection()
273 return S->Type == wasm::WASM_SEC_TYPE; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h229 WASM_SEC_TYPE = 1, // Function signature declarations enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp211 case wasm::WASM_SEC_TYPE: { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp207 case wasm::WASM_SEC_TYPE: in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp309 case wasm::WASM_SEC_TYPE: in parseSection()
1801 case wasm::WASM_SEC_TYPE: in getSectionOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp765 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()