Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h41 bool IsPassive = false; variable
86 return IsPassive; in getPassive()
90 IsPassive = V;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp63 if (IsPassive) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.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()