Searched defs:OutputPath (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp49 StringRef OutputPath, bool ShowDepth) {
54 if (!OutputPath.empty()) {
57 OutputPath.str().c_str(), Error, llvm::raw_fd_ostream::F_Append);
48 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth) argument
H A DCompilerInstance.cpp287 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; local
288 if (OutputPath == "-")
289 OutputPath = "";
290 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
478 CompilerInstance::createOutputFile(StringRef OutputPath, argument
485 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
494 << OutputPath << Error;
507 CompilerInstance::createOutputFile(StringRef OutputPath, argument
521 if (!OutputPath.empty()) {
522 OutFile = OutputPath;
[all...]
/external/webrtc/test/testsupport/
H A Dfileutils.cc71 std::string OutputPath() { function in namespace:webrtc::test
/external/clang/tools/driver/
H A Dcc1as_main.cpp93 std::string OutputPath; member in struct:__anon4827::AssemblerInvocation
125 OutputPath = "-";
202 Opts.OutputPath = Args->getLastArgValue(OPT_o);
236 if (Opts.OutputPath.empty())
237 Opts.OutputPath = "-";
241 if (Opts.OutputPath != "-")
242 sys::RemoveFileOnSignal(sys::Path(Opts.OutputPath));
246 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
250 << Opts.OutputPath << Error;
369 if (!Success && Opts.OutputPath !
[all...]
/external/openfst/src/include/fst/
H A Drandgen.h630 OutputPath();
642 OutputPath();
654 void OutputPath() { function in class:fst::RandGenVisitor

Completed in 235 milliseconds