Home
last modified time | relevance | path

Searched refs:createOutputFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp315 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h747 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp577 OS = CI.createOutputFile(/*OutputPath=*/OutFilePath, /*Binary=*/false, in CreateOutputFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp824 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile()
834 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance