Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h104 bool UseAfterScope = false);
111 bool UseAfterScope; variable
140 bool UseAfterScope = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp614 bool UseAfterScope = false) in AddressSanitizer()
618 UseAfterScope(UseAfterScope || ClUseAfterScope), GlobalsMD(*GlobalsMD) { in AddressSanitizer()
707 bool UseAfterScope; member
737 bool UseAfterScope = false) in AddressSanitizerLegacyPass() argument
739 UseAfterScope(UseAfterScope) { in AddressSanitizerLegacyPass()
758 UseAfterScope); in runOnFunction()
765 bool UseAfterScope; member in __anonac73263b0211::AddressSanitizerLegacyPass
1094 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1209 bool UseAfterScope) in AddressSanitizerPass() argument
1211 UseAfterScope(UseAfterScope) {} in AddressSanitizerPass()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp287 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local
292 UseAfterScope)); in addAddressSanitizerPasses()
1147 bool UseAfterScope = CodeGenOpts.SanitizeAddressUseAfterScope; in addSanitizers() local
1157 AddressSanitizerPass(CompileKernel, Recover, UseAfterScope))); in addSanitizers()