Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h46 const char *getTypeTempSuffix(ID Id, bool CLStyle = false);
/freebsd-14.2/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.cpp5705 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()
5797 const char *Extension = types::getTypeTempSuffix(JA.getType()); in GetModuleOutputPath()
5895 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
5987 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6049 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp251 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
H A DClang.cpp8545 Twine("-type=") + types::getTypeTempSuffix(Output.getType()))); in ConstructJob()
8657 Twine("-type=") + types::getTypeTempSuffix(Input.getType()))); in ConstructJobMultipleOutputs()