Home
last modified time | relevance | path

Searched refs:IsPassive (Results 1 – 2 of 2) 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()