Lines Matching refs:TC
33 void tools::PScpu::addProfileRTArgs(const ToolChain &TC, const ArgList &Args, in addProfileRTArgs() argument
35 assert(TC.getTriple().isPS()); in addProfileRTArgs()
36 auto &PSTC = static_cast<const toolchains::PS4PS5Base &>(TC); in addProfileRTArgs()
63 auto &TC = static_cast<const toolchains::PS4PS5Base &>(getToolChain()); in ConstructJob() local
77 std::string AsName = TC.qualifyPSCmdName("as"); in ConstructJob()
78 const char *Exec = Args.MakeArgString(TC.GetProgramPath(AsName.c_str())); in ConstructJob()
84 void tools::PScpu::addSanitizerArgs(const ToolChain &TC, const ArgList &Args, in addSanitizerArgs() argument
86 assert(TC.getTriple().isPS()); in addSanitizerArgs()
87 auto &PSTC = static_cast<const toolchains::PS4PS5Base &>(TC); in addSanitizerArgs()
126 auto &TC = static_cast<const toolchains::PS4PS5Base &>(getToolChain()); in ConstructJob() local
127 const Driver &D = TC.getDriver(); in ConstructJob()
192 TC.addSanitizerArgs(Args, CmdArgs, "-l", ""); in ConstructJob()
207 AddLinkerInputs(TC, Inputs, Args, CmdArgs, JA); in ConstructJob()
221 << "-fuse-ld" << TC.getTriple().str(); in ConstructJob()
224 std::string LdName = TC.qualifyPSCmdName(TC.getLinkerBaseName()); in ConstructJob()
225 const char *Exec = Args.MakeArgString(TC.GetProgramPath(LdName.c_str())); in ConstructJob()
237 auto &TC = static_cast<const toolchains::PS4PS5Base &>(getToolChain()); in ConstructJob() local
238 const Driver &D = TC.getDriver(); in ConstructJob()
292 TC.addSanitizerArgs(Args, CmdArgs, "-l", ""); in ConstructJob()
307 AddLinkerInputs(TC, Inputs, Args, CmdArgs, JA); in ConstructJob()
321 << "-fuse-ld" << TC.getTriple().str(); in ConstructJob()
324 std::string LdName = TC.qualifyPSCmdName(TC.getLinkerBaseName()); in ConstructJob()
325 const char *Exec = Args.MakeArgString(TC.GetProgramPath(LdName.c_str())); in ConstructJob()