Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp388 bool DetectUseAfterScope; member in __anon159c36660111::HWAddressSanitizer
562 DetectUseAfterScope = shouldDetectUseAfterScope(TargetTriple); in initializeModule()
1378 if (DetectUseAfterScope && StandardLifetime) { in instrumentStack()