Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h41 bool IsPassive = false; variable
83 return IsPassive; in getPassive()
87 IsPassive = V;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp65 if (IsPassive) in printSwitchToSection()