Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1451 uint32_t SupportedFlags = wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER | in parseElemSection() local
1454 if (Segment.Flags & ~SupportedFlags) in parseElemSection()