Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1512 uint32_t SupportedFlags = wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER | in parseElemSection() local
1515 if (Segment.Flags & ~SupportedFlags) in parseElemSection()