Searched refs:getTypeTempSuffix (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Driver/ |
D | Types.h | 37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Types.h | 46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
|
/external/clang/lib/Driver/ |
D | Types.cpp | 47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
|
D | Driver.cpp | 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()
|
D | Tools.cpp | 7591 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()
|
/external/llvm-project/clang/lib/Driver/ |
D | Types.cpp | 76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() function in types
|
D | Driver.cpp | 4670 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/ |
D | Darwin.cpp | 237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
|
D | Clang.cpp | 7258 Twine("-type=") + types::getTypeTempSuffix(Output.getType()))); in ConstructJob() 7345 Twine("-type=") + types::getTypeTempSuffix(Input.getType()))); in ConstructJobMultipleOutputs()
|