Searched refs:needsAsanRt (Results 1 – 11 of 11) sorted by relevance
88 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt() function
257 (SA.needsAsanRt() || SA.needsStatsRt() || in ConstructJob()265 if (SA.needsSharedRt() && SA.needsAsanRt()) { in ConstructJob()
111 if (SanArgs.needsAsanRt() && SanArgs.needsSharedRt()) in ConstructJob()310 addMultilibFlag(getSanitizerArgs(Args).needsAsanRt(), "-fsanitize=address", in Fuchsia()
100 if (SanArgs.needsAsanRt()) in addSanitizerArgs()114 if (SanArgs.needsAsanRt()) in addSanitizerArgs()
189 if (TC.getSanitizerArgs(Args).needsAsanRt()) { in ConstructJob()
226 if (Sanitize.needsAsanRt() && !Args.hasArg(options::OPT_nostdlib) && in ConstructJob()330 if (Sanitize.needsAsanRt()) { in ConstructJob()
904 getSanitizerArgs(DriverArgs).needsAsanRt(); in addClangTargetOptions()1021 getSanitizerArgs(DriverArgs).needsAsanRt(); in getCommonDeviceLibNames()
205 if (TC.getSanitizerArgs(Args).needsAsanRt()) { in ConstructJob()358 if (TC.getSanitizerArgs(Args).needsAsanRt()) in ConstructJob()
1546 if (SanArgs.needsAsanRt()) { in collectSanitizerRuntimes()1588 if (SanArgs.needsAsanRt()) in collectSanitizerRuntimes()1600 if (!SanArgs.needsSharedRt() && SanArgs.needsAsanRt()) { in collectSanitizerRuntimes()
1566 } else if (Sanitize.needsAsanRt()) { in AddLinkRuntimeLibArgs()1579 if (Sanitize.needsAsanRt()) { in AddLinkRuntimeLibArgs()
352 return needsFuzzer() && !needsAsanRt() && !needsTsanRt() && !needsMsanRt(); in needsFuzzerInterceptors()357 if (needsAsanRt() || needsMsanRt() || needsNsanRt() || needsHwasanRt() || in needsUbsanRt()