HomeSort by relevance Sort by last modified time
    Searched defs:OutputFilename (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 272 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename);
273 if (OutputFilename.empty()) {
279 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), nullptr, OptRuntimePath.c_str(), false)) {
  /external/llvm/lib/Support/
Timer.cpp 57 const std::string &OutputFilename = getLibSupportInfoOutputFilename();
58 if (OutputFilename.empty())
60 if (OutputFilename == "-")
68 raw_ostream *Result = new raw_fd_ostream(OutputFilename, EC,
74 << OutputFilename << " for appending!\n";
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 401 bool init(Triple TheTriple, StringRef OutputFilename);
464 bool DwarfStreamer::init(Triple TheTriple, StringRef OutputFilename) {
509 llvm::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::F_None);
511 return error(Twine(OutputFilename) + ": " + EC.message(), Context);
    [all...]

Completed in 135 milliseconds