Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2412 bool HasPerVariableGuard = ThreadsafeStatic && !ThreadlocalStatic; in EmitGuardedInit() local
2434 } else if (HasPerVariableGuard) { in EmitGuardedInit()
2441 if (!HasPerVariableGuard && GuardNum >= 32) { in EmitGuardedInit()
2453 if (HasPerVariableGuard) in EmitGuardedInit()
2473 if (GI && !HasPerVariableGuard) in EmitGuardedInit()
2482 if (!HasPerVariableGuard) { in EmitGuardedInit()