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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h103 bool UseAfterScope = false);
109 bool UseAfterScope; member in class:llvm::AddressSanitizerPass
136 bool UseAfterScope = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp597 bool UseAfterScope = false)
601 UseAfterScope(UseAfterScope || ClUseAfterScope), GlobalsMD(*GlobalsMD) {
686 bool UseAfterScope; member in struct:__anon4572::AddressSanitizer
713 bool UseAfterScope = false)
715 UseAfterScope(UseAfterScope) {
734 UseAfterScope);
741 bool UseAfterScope; member in class:__anon4572::AddressSanitizerLegacyPass
1054 if (!ASan.UseAfterScope)
1167 AddressSanitizerPass(bool CompileKernel, bool Recover, bool UseAfterScope) argument
1225 createAddressSanitizerFunctionPass(bool CompileKernel, bool Recover, bool UseAfterScope) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp274 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; local
278 UseAfterScope));
286 /*CompileKernel*/ true, /*Recover*/ true, /*UseAfterScope*/ false));
1316 bool UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; local
1320 [Recover, UseAfterScope, ModuleUseAfterScope, UseOdrIndicator](
1329 /*CompileKernel=*/false, Recover, UseAfterScope)));

Completed in 68 milliseconds