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

/external/clang/include/clang/Frontend/
H A DCompilerInstance.h595 createOutputFile(StringRef OutputPath,
604 /// If \p OutputPath is empty, then createOutputFile will derive an output
607 /// is true, createOutputFile will create a new temporary file that must be
628 createOutputFile(StringRef OutputPath, std::string &Error,
/external/clang/lib/Frontend/
H A DFrontendActions.cpp109 // We use createOutputFile here because this is exposed via libclang, and we
112 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
300 // We use createOutputFile here because this is exposed via libclang, and we
303 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
H A DCompilerInstance.cpp460 return createOutputFile(getFrontendOpts().OutputFile, Binary,
466 CompilerInstance::createOutputFile(StringRef OutputPath, function in class:CompilerInstance
473 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
495 CompilerInstance::createOutputFile(StringRef OutputPath, function in class:CompilerInstance

Completed in 110 milliseconds