Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2633 bool HasPerVariableGuard = ThreadsafeStatic && !ThreadlocalStatic; in EmitGuardedInit() local
2655 } else if (HasPerVariableGuard) { in EmitGuardedInit()
2662 if (!HasPerVariableGuard && GuardNum >= 32) { in EmitGuardedInit()
2674 if (HasPerVariableGuard) in EmitGuardedInit()
2694 if (GI && !HasPerVariableGuard) in EmitGuardedInit()
2703 if (!HasPerVariableGuard) { in EmitGuardedInit()