Searched refs:needsLeakDetection (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
H A DSanitizerArgs.h65 bool needsLeakDetection() const { return Kind & NeedsLeakDetection; } function in class:clang::driver::SanitizerArgs
67 return needsLeakDetection() && !needsAsanRt();
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp90 bool NeedsLsan = needsLeakDetection();

Completed in 199 milliseconds