Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp257 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h712 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp761 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile()
771 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance