Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h378 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection()
381 return S->Type == wasm::WASM_SEC_ELEM; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h44 WASM_SEC_ELEM = 9, // Elements section enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp256 case wasm::WASM_SEC_ELEM: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp415 case wasm::WASM_SEC_ELEM: in parseSection()
2158 case wasm::WASM_SEC_ELEM: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1006 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()