Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2505 bool HasPerVariableGuard = ThreadsafeStatic && !ThreadlocalStatic; in EmitGuardedInit() local
2527 } else if (HasPerVariableGuard) { in EmitGuardedInit()
2534 if (!HasPerVariableGuard && GuardNum >= 32) { in EmitGuardedInit()
2546 if (HasPerVariableGuard) in EmitGuardedInit()
2566 if (GI && !HasPerVariableGuard) in EmitGuardedInit()
2575 if (!HasPerVariableGuard) { in EmitGuardedInit()