OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsAsanRt
(Results
1 - 4
of
4
) 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
)
Tools.cpp
[
all
...]
ToolChains.cpp
364
if (Sanitize.
needsAsanRt
()) {
[
all
...]
Completed in 28 milliseconds