Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h41 bool IsPassive = false; variable
83 return IsPassive; in getPassive()
87 IsPassive = V;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionWasm.cpp66 if (IsPassive) in PrintSwitchToSection()