Searched refs:linkRuntimes (Results 1 – 2 of 2) sorted by relevance
619 if (SanArgs.needsAsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()624 if (SanArgs.needsUbsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()630 if (SanArgs.needsScudoRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()636 if (SanArgs.needsHwasanRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()641 if (SanArgs.needsStatsRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()649 if (SanArgs.needsAsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()655 if (SanArgs.needsHwasanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()660 if (SanArgs.needsDfsanRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()662 if (SanArgs.needsLsanRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()664 if (SanArgs.needsMsanRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()[all …]
87 bool linkRuntimes() const { return LinkRuntimes; } in linkRuntimes() function