Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DTypes.h37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
/external/llvm-project/clang/include/clang/Driver/
DTypes.h46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
/external/clang/lib/Driver/
DTypes.cpp47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
DDriver.cpp2155 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()
DTools.cpp7591 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()
/external/llvm-project/clang/lib/Driver/
DTypes.cpp76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
DDriver.cpp4670 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename()
4750 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4839 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4897 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.cpp237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
DClang.cpp7258 Twine("-type=") + types::getTypeTempSuffix(Output.getType()))); in ConstructJob()
7345 Twine("-type=") + types::getTypeTempSuffix(Input.getType()))); in ConstructJobMultipleOutputs()