Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DCrossWindowsToolChain.cpp112 clang::SanitizerMask CrossWindowsToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in CrossWindowsToolChain
113 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChains.h564 SanitizerMask getSupportedSanitizers() const override;
639 SanitizerMask getSupportedSanitizers() const override;
770 SanitizerMask getSupportedSanitizers() const override;
841 SanitizerMask getSupportedSanitizers() const override;
1065 SanitizerMask getSupportedSanitizers() const override;
1103 SanitizerMask getSupportedSanitizers() const override;
1214 SanitizerMask getSupportedSanitizers() const override;
DMSVCToolChain.cpp692 SanitizerMask MSVCToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in MSVCToolChain
693 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChains.cpp1256 SanitizerMask Darwin::getSupportedSanitizers() const { in getSupportedSanitizers() function in Darwin
1258 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
3339 SanitizerMask CloudABI::getSupportedSanitizers() const { in getSupportedSanitizers() function in CloudABI
3340 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
3540 SanitizerMask FreeBSD::getSupportedSanitizers() const { in getSupportedSanitizers() function in FreeBSD
3545 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
4668 SanitizerMask Linux::getSupportedSanitizers() const { in getSupportedSanitizers() function in Linux
4677 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
5134 SanitizerMask PS4CPU::getSupportedSanitizers() const { in getSupportedSanitizers() function in PS4CPU
5135 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
DToolChain.cpp685 SanitizerMask ToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in ToolChain
DSanitizerArgs.cpp197 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers()); in SanitizerArgs()
/external/clang/include/clang/Driver/
DToolChain.h426 virtual SanitizerMask getSupportedSanitizers() const;