Searched refs:UseAfterScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| D | AddressSanitizer.h | 104 bool UseAfterScope = false, 113 bool UseAfterScope; variable 143 bool UseAfterScope = false,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 613 bool UseAfterScope = false, in AddressSanitizer() 619 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer() 713 bool UseAfterScope; member 744 bool UseAfterScope = false, in AddressSanitizerLegacyPass() argument 748 UseAfterScope(UseAfterScope), UseAfterReturn(UseAfterReturn) { in AddressSanitizerLegacyPass() 767 UseAfterScope, UseAfterReturn); in runOnFunction() 774 bool UseAfterScope; member in __anon7350fde80211::AddressSanitizerLegacyPass 1101 if (!ASan.UseAfterScope) in visitIntrinsicInst() 1216 bool CompileKernel, bool Recover, bool UseAfterScope, in AddressSanitizerPass() argument 1219 UseAfterScope(UseAfterScope), UseAfterReturn(UseAfterReturn) {} in AddressSanitizerPass() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 288 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local 295 UseAfterScope, UseAfterReturn)); in addAddressSanitizerPasses() 1151 bool UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers() local 1163 CompileKernel, Recover, UseAfterScope, UseAfterReturn))); in addSanitizers()
|