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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h591 createOutputFile(StringRef OutputPath,
600 /// If \p OutputPath is empty, then createOutputFile will derive an output
603 /// is true, createOutputFile will create a new temporary file that must be
624 createOutputFile(StringRef OutputPath, std::string &Error,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp110 // We use createOutputFile here because this is exposed via libclang, and we
113 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
301 // We use createOutputFile here because this is exposed via libclang, and we
304 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
H A DCompilerInstance.cpp458 return createOutputFile(getFrontendOpts().OutputFile, Binary,
464 CompilerInstance::createOutputFile(StringRef OutputPath, function in class:CompilerInstance
471 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
493 CompilerInstance::createOutputFile(StringRef OutputPath, function in class:CompilerInstance

Completed in 64 milliseconds