OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedsAsanRt
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
SanitizerArgs.h
38
NeedsAsanRt
= Address,
61
bool
needsAsanRt
() const { return Kind &
NeedsAsanRt
; }
67
return needsLeakDetection() && !
needsAsanRt
();
/external/clang/lib/Driver/
SanitizerArgs.cpp
87
bool NeedsAsan =
needsAsanRt
();
93
<< lastArgumentForKind(D, Args,
NeedsAsanRt
)
97
<< lastArgumentForKind(D, Args,
NeedsAsanRt
)
322
if (Kind &
NeedsAsanRt
)
Completed in 270 milliseconds