Home
last modified time | relevance | path

Searched refs:WASM_ELEM_SEGMENT_IS_PASSIVE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h160 WASM_ELEM_SEGMENT_IS_PASSIVE = 0x01, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1647 wasm::WASM_ELEM_SEGMENT_IS_PASSIVE | in parseElemSection()
1653 bool IsPassive = (Segment.Flags & wasm::WASM_ELEM_SEGMENT_IS_PASSIVE) != 0; in parseElemSection()