OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsAsanRt
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
SanitizerArgs.h
37
NeedsAsanRt
= Address,
57
bool
needsAsanRt
() const { return Kind &
NeedsAsanRt
; }
62
return needsLeakDetection() && !
needsAsanRt
();
222
if (Kind &
NeedsAsanRt
)
Tools.cpp
[
all
...]
ToolChains.cpp
310
if (Sanitize.
needsAsanRt
()) {
[
all
...]
Completed in 48 milliseconds