Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h26 bool UseAfterScope = false; member
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp636 bool UseAfterScope = false, in AddressSanitizer()
642 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
738 bool UseAfterScope; member
1048 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1140 Options.Recover, Options.UseAfterScope, in run()
2796 if (ASan.UseAfterScope) { in initializeCallbacks()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp677 Opts.UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers()