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

/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp257 if (auto profilerOutput = Clang->createOutputFile(
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h714 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal,
720 /// If \p OutputPath is empty, then createOutputFile will derive an output
723 /// is true, createOutputFile will create a new temporary file that must be
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp758 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal,
768 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, function in class:CompilerInstance

Completed in 211 milliseconds