Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp257 if (auto profilerOutput = Clang->createOutputFile( in cc1_main()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h714 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp758 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile()
768 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() function in CompilerInstance