Searched refs:getSupportedSanitizers (Results 1 – 7 of 7) sorted by relevance
112 clang::SanitizerMask CrossWindowsToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in CrossWindowsToolChain113 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
564 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;
692 SanitizerMask MSVCToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in MSVCToolChain693 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
1256 SanitizerMask Darwin::getSupportedSanitizers() const { in getSupportedSanitizers() function in Darwin1258 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()3339 SanitizerMask CloudABI::getSupportedSanitizers() const { in getSupportedSanitizers() function in CloudABI3340 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()3540 SanitizerMask FreeBSD::getSupportedSanitizers() const { in getSupportedSanitizers() function in FreeBSD3545 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()4668 SanitizerMask Linux::getSupportedSanitizers() const { in getSupportedSanitizers() function in Linux4677 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()5134 SanitizerMask PS4CPU::getSupportedSanitizers() const { in getSupportedSanitizers() function in PS4CPU5135 SanitizerMask Res = ToolChain::getSupportedSanitizers(); in getSupportedSanitizers()
685 SanitizerMask ToolChain::getSupportedSanitizers() const { in getSupportedSanitizers() function in ToolChain
197 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers()); in SanitizerArgs()
426 virtual SanitizerMask getSupportedSanitizers() const;