Searched refs:getTypeTempSuffix (Results 1 – 5 of 5) sorted by relevance
46 const char *getTypeTempSuffix(ID Id, bool CLStyle = false);
83 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix() function in types
5791 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()5979 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()6071 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()6133 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
3926 const char *Extension = types::getTypeTempSuffix(types::TY_ModuleFile); in getCXX20NamedModuleOutputPath()8804 Twine("-type=") + types::getTypeTempSuffix(Output.getType()))); in ConstructJob()8912 Twine("-type=") + types::getTypeTempSuffix(Input.getType()))); in ConstructJobMultipleOutputs()
251 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()