Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h127 bool UseAfterScope = false);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp605 bool UseAfterScope = false) in AddressSanitizer()
606 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()
704 bool UseAfterScope; member
991 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1077 bool UseAfterScope) { in INITIALIZE_PASS_DEPENDENCY()
1079 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
2616 if (ASan.UseAfterScope) { in initializeCallbacks()
/external/clang/lib/CodeGen/
DBackendUtil.cpp219 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local
221 UseAfterScope)); in addAddressSanitizerPasses()