Home
last modified time | relevance | path

Searched refs:getTypeTempSuffix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp83 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix() function in types
H A DDriver.cpp5791 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()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3926 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()
H A DDarwin.cpp251 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()