Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.h46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
H A DDriver.cpp4825 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()
4905 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4994 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5052 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
H A DClang.cpp7580 Twine("-type=") + types::getTypeTempSuffix(Output.getType()))); in ConstructJob()
7667 Twine("-type=") + types::getTypeTempSuffix(Input.getType()))); in ConstructJobMultipleOutputs()