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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp252 /// If InGlobal is true, then
261 bool InGlobal; member in struct:__anon2627::HWAddressSanitizer::ShadowMapping
493 if (Mapping.InGlobal) {
1482 InGlobal = false;
1486 InGlobal = false;
1490 InGlobal = true;
1494 InGlobal = false;
1498 InGlobal = false;
H A DAddressSanitizer.cpp414 /// If InGlobal is true, then
421 bool InGlobal; member in struct:__anon2618::ShadowMapping
530 Mapping.InGlobal = ClWithIfunc && IsAndroidWithIfuncSupport && IsArmOrThumb;
2536 if (Mapping.InGlobal)
2565 if (Mapping.InGlobal) {

Completed in 146 milliseconds