Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h288 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection()
291 return S->Type == wasm::WASM_SEC_TYPE; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h36 WASM_SEC_TYPE = 1, // Function signature declarations enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp211 case wasm::WASM_SEC_TYPE: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp397 case wasm::WASM_SEC_TYPE: in parseSection()
2142 case wasm::WASM_SEC_TYPE: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp827 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()