Home
last modified time | relevance | path

Searched refs:ClUseAfterScope (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp170 static cl::opt<bool> ClUseAfterScope("asan-use-after-scope", variable
453 UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp259 static cl::opt<bool> ClUseAfterScope("asan-use-after-scope", variable
606 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()