Searched refs:createOutputFile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 315 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 747 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 577 OS = CI.createOutputFile(/*OutputPath=*/OutFilePath, /*Binary=*/false, in CreateOutputFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 824 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile() 834 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance
|