OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsUbsanRt
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
SanitizerArgs.h
41
NeedsUbsanRt
= Undefined | Integer,
64
bool
needsUbsanRt
() const {
67
return Kind &
NeedsUbsanRt
;
185
/// "-fsanitize=thread,vptr -faddress-sanitizer" with mask \c
NeedsUbsanRt
204
/// "-fsanitize=address,alignment" with mask \c
NeedsUbsanRt
would produce
ToolChains.cpp
296
if (Sanitize.
needsUbsanRt
()) {
[
all
...]
Tools.cpp
[
all
...]
Completed in 524 milliseconds