Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp386 bool DetectUseAfterScope; member in __anone00de11f0111::HWAddressSanitizer
558 DetectUseAfterScope = shouldDetectUseAfterScope(TargetTriple); in initializeModule()
1366 if (DetectUseAfterScope && StandardLifetime) { in instrumentStack()