Searched refs:getTypeTempSuffix (Results 1 – 4 of 4) sorted by relevance
37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
2155 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()2216 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()2267 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()2313 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
7591 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()