Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h314 WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER = 0x02, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp488 if (Segment.Flags & wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER) in writeSectionContent()
DWasmYAML.cpp380 Segment.Flags & wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER) in mapping()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp957 Flags |= wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER; in writeElemSection()
959 if (Flags & wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER) in writeElemSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1352 uint32_t SupportedFlags = wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER | in parseElemSection()
1359 if (Segment.Flags & wasm::WASM_ELEM_SEGMENT_HAS_TABLE_NUMBER) in parseElemSection()