Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h26 bool UseAfterScope = false; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp648 bool UseAfterScope = false, in AddressSanitizer()
654 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
750 bool UseAfterScope; member
1067 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1162 Options.Recover, Options.UseAfterScope, in run()
2848 if (ASan.UseAfterScope) { in initializeCallbacks()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp722 Opts.UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers()