Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionWasm.h41 bool IsPassive = false; variable
86 return IsPassive; in getPassive()
90 IsPassive = V;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionWasm.cpp63 if (IsPassive) in printSwitchToSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1653 bool IsPassive = (Segment.Flags & wasm::WASM_ELEM_SEGMENT_IS_PASSIVE) != 0; in parseElemSection() local
1655 IsPassive && (Segment.Flags & wasm::WASM_ELEM_SEGMENT_IS_DECLARATIVE); in parseElemSection()
1657 !IsPassive && in parseElemSection()
1674 if (IsPassive || IsDeclarative) { in parseElemSection()