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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2340 bool HasPerVariableGuard = ThreadsafeStatic && !ThreadlocalStatic; local
2362 } else if (HasPerVariableGuard) {
2369 if (!HasPerVariableGuard && GuardNum >= 32) {
2381 if (HasPerVariableGuard)
2401 if (GI && !HasPerVariableGuard)
2410 if (!HasPerVariableGuard) {

Completed in 122 milliseconds