Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrumentation.h106 bool UseAfterScope = false);
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp450 bool UseAfterScope = false) in AddressSanitizer()
453 UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()
531 bool UseAfterScope; member
744 if (!ASan.UseAfterScope) in visitIntrinsicInst()
815 bool UseAfterScope) { in INITIALIZE_PASS_DEPENDENCY()
817 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
1907 if (ASan.UseAfterScope) { in initializeCallbacks()
/external/clang/lib/CodeGen/
DBackendUtil.cpp219 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local
221 UseAfterScope)); in addAddressSanitizerPasses()