Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h26 bool UseAfterScope = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp651 bool Recover = false, bool UseAfterScope = false, in AddressSanitizer()
657 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
763 bool UseAfterScope; member
1092 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1188 Options.UseAfterScope, Options.UseAfterReturn); in run()
3024 if (ASan.UseAfterScope) { in initializeCallbacks()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp706 Opts.UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers()