Searched refs:UseAfterScope (Results 1 – 3 of 3) sorted by relevance
149 bool UseAfterScope = false);
616 bool UseAfterScope = false) in AddressSanitizer()617 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()715 bool UseAfterScope; member1006 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()
241 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local245 UseAfterScope)); in addAddressSanitizerPasses()