Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h26 bool UseAfterScope = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp719 bool Recover = false, bool UseAfterScope = false, in AddressSanitizer()
725 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
835 bool UseAfterScope; member
1169 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1265 Options.UseAfterScope, Options.UseAfterReturn); in run()
3120 if (ASan.UseAfterScope) { in initializeCallbacks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp724 Opts.UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers()