Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h27 bool UseAfterScope = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp766 bool Recover = false, bool UseAfterScope = false, in AddressSanitizer()
773 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
884 bool UseAfterScope; member
1219 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1291 if (Options.UseAfterScope) in printPipeline()
1332 Options.UseAfterScope, Options.UseAfterReturn); in run()
3175 if (ASan.UseAfterScope) { in initializeCallbacks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp765 Opts.UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp840 Result.UseAfterScope = true; in parseASanPassOptions()