Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h149 bool UseAfterScope = false);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp616 bool UseAfterScope = false) in AddressSanitizer()
617 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()
715 bool UseAfterScope; member
1006 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1092 bool UseAfterScope) { in INITIALIZE_PASS_DEPENDENCY()
1094 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
2653 if (ASan.UseAfterScope) { in initializeCallbacks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp241 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local
245 UseAfterScope)); in addAddressSanitizerPasses()