Home
last modified time | relevance | path

Searched refs:getSupportedSanitizers (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Driver/
DCrossWindowsToolChain.cpp110 clang::SanitizerMask CrossWindowsToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in CrossWindowsToolChain
111 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChains.h539 SanitizerMask getSupportedSanitizers() const override;
728 SanitizerMask getSupportedSanitizers() const override;
800 SanitizerMask getSupportedSanitizers() const override;
994 SanitizerMask getSupportedSanitizers() const override;
1032 SanitizerMask getSupportedSanitizers() const override;
1135 SanitizerMask getSupportedSanitizers() const override;
DMSVCToolChain.cpp631 SanitizerMask MSVCToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in MSVCToolChain
632 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChains.cpp1214 SanitizerMask Darwin::getSupportedSanitizers() const { in getSupportedSanitizers() function in Darwin
1215 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
3139 SanitizerMask FreeBSD::getSupportedSanitizers() const { in getSupportedSanitizers() function in FreeBSD
3144 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
4125 SanitizerMask Linux::getSupportedSanitizers() const { in getSupportedSanitizers() function in Linux
4134 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
4530 SanitizerMask PS4CPU::getSupportedSanitizers() const { in getSupportedSanitizers() function in PS4CPU
4531 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChain.cpp655 SanitizerMask ToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in ToolChain
DSanitizerArgs.cpp213 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers()); in SanitizerArgs()
/external/clang/include/clang/Driver/
DToolChain.h412 virtual SanitizerMask getSupportedSanitizers() const;