Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp144 ClUseAfterScope("hwasan-use-after-scope", variable
285 return ClUseAfterScope && shouldInstrumentStack(TargetTriple); in shouldDetectUseAfterScope()
H A DAddressSanitizer.cpp294 static cl::opt<bool> ClUseAfterScope("asan-use-after-scope", variable
725 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()