Searched refs:needsUbsanRt (Results 1 – 6 of 6) sorted by relevance
98 bool needsUbsanRt() const;
99 if (SanArgs.needsUbsanRt()) in addSanitizerArgs()113 if (SanArgs.needsUbsanRt()) in addSanitizerArgs()
261 (SA.needsUbsanRt() && !SA.requiresMinimalRuntime())) && in ConstructJob()
1414 if (SanArgs.needsUbsanRt()) { in collectSanitizerRuntimes()1491 if (!SanArgs.needsSharedRt() && SanArgs.needsUbsanRt()) { in collectSanitizerRuntimes()1504 if (!(SanArgs.needsSharedRt() && SanArgs.needsUbsanRt())) { in collectSanitizerRuntimes()
1520 if (Sanitize.needsUbsanRt()) { in AddLinkRuntimeLibArgs()1546 if (Sanitize.needsUbsanRt()) { in AddLinkRuntimeLibArgs()
286 bool SanitizerArgs::needsUbsanRt() const { in needsUbsanRt() function in SanitizerArgs1199 if (TC.getTriple().isOSWindows() && needsUbsanRt() && in addArgs()