Searched refs:needsUbsanRt (Results 1 – 6 of 6) sorted by relevance
94 bool needsUbsanRt() const;
98 if (SanArgs.needsUbsanRt()) in addSanitizerArgs()112 if (SanArgs.needsUbsanRt()) in addSanitizerArgs()
163 (SA.needsUbsanRt() && !SA.requiresMinimalRuntime()))) in ConstructJob()
1026 if (SanArgs.needsUbsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()1103 if (!SanArgs.needsSharedRt() && SanArgs.needsUbsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()1116 if (!(SanArgs.needsSharedRt() && SanArgs.needsUbsanRt() && SanArgs.linkRuntimes())) { in collectSanitizerRuntimes()
1429 if (!Sanitize.needsSharedRt() && Sanitize.needsUbsanRt()) { in AddLinkRuntimeLibArgs()1438 if (Sanitize.needsUbsanRt()) { in AddLinkRuntimeLibArgs()
274 bool SanitizerArgs::needsUbsanRt() const { in needsUbsanRt() function in SanitizerArgs1142 if (TC.getTriple().isOSWindows() && needsUbsanRt()) { in addArgs()