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.h290 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection()
293 return S->Type == wasm::WASM_SEC_TYPE; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h38 WASM_SEC_TYPE = 1, // Function signature declarations enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp212 case wasm::WASM_SEC_TYPE: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp400 case wasm::WASM_SEC_TYPE: in parseSection()
2163 case wasm::WASM_SEC_TYPE: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp803 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()