HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 82 outs() << "Checking to see if these passes crash: "
98 outs() << "Checking to see if these passes crash: "
157 outs() << "Checking for crash with only these global variables: ";
159 outs() << ": ";
254 outs() << "Checking for crash with only these functions: ";
256 outs() << ": ";
356 outs() << "Checking for crash with only these blocks:";
360 outs() << " " << BBs[i]->getName();
362 outs() << "... <" << Blocks.size() << " total>";
363 outs() << ": "
    [all...]
ToolRunner.cpp 205 outs() << "<lli>"; outs().flush();
486 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
487 outs().flush();
612 outs() << "<jit>"; outs().flush();
724 outs() << "<CC>"; outs().flush();
774 outs() << "<program>"; outs().flush()
    [all...]
ExecutionDriver.cpp 144 outs() << "Initializing execution environment: ";
209 outs() << Message;
260 if (!SafeInterpreter) { outs() << Message << "\nExiting.\n"; exit(1); }
263 if (!cc) { outs() << Message << "\nExiting.\n"; exit(1); }
364 outs() << "\n"
439 outs() << "\nReference output is: " << ReferenceOutputFile << "\n\n";
  /frameworks/compile/mclinker/lib/Script/
InputCmd.cpp 58 mcld::outs() << "INPUT ( ";
68 mcld::outs() << "AS_NEEDED ( ";
70 mcld::outs() << " )";
73 mcld::outs() << "-l";
74 mcld::outs() << input->name() << " ";
80 mcld::outs() << " )";
82 mcld::outs() << " )\n";
Operand.cpp 44 mcld::outs() << m_Name;
82 mcld::outs() << m_Value;
114 mcld::outs() << m_Name;
149 mcld::outs() << m_pOutputDesc->getSection()->name();
183 mcld::outs() << "fragment";
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 100 raw_ostream *out = &outs();
142 outs() << "------- Running JIT -------\n";
153 if (out != &outs())
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
FormattedStream.cpp 91 static formatted_raw_ostream S(outs());
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 59 WriteBitcodeToFile(M, outs());
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
69 outs() << " Line info @ " << msg->line_number_table[i].Offset
73 outs() << "\n";
85 outs() << "Method unload [" << UnloadId << "]\n";
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 57 /// outs() - This returns a reference to a raw_ostream for standard output.
58 /// Use it like: outs() << "foo" << "bar";
59 mcld::raw_fd_ostream& outs();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 45 Allocation *const* outs; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
rsCpuIntrinsics_x86.cpp 817 __m128i all1s, outa, outs; local
1079 __m128i all1s, ina, outa, ins, outs; local
1150 __m128i all1s, ina, ins, outa, outs; local
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 144 private void processRMI(InputStream ins, OutputStream outs)
165 outs.write(okHeader);
166 ObjectOutputStream out = new ObjectOutputStream(outs);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs)
227 outs.write(okHeader);
228 ObjectOutputStream out = new ObjectOutputStream(outs);
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 433 ViewOpts.colored_ostream(outs(), raw_ostream::RED)
435 outs() << "\n";
438 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name
440 outs() << "\n";
441 mainView->render(outs(), /*WholeFile=*/false);
442 outs() << "\n";
458 ViewOpts.colored_ostream(outs(), raw_ostream::RED)
460 outs() << "\n";
465 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":";
466 outs() << "\n"
    [all...]
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 57 outs() << "trying to open '" << Filename << "'\n";
81 outs() << "\tloaded file.\n";
121 outs() << "\tmember had timestamp mismatch.\n";
125 outs() << "\tfound member in current archive.\n";
150 outs() << "\topened new archive '" << ArchiveFilename << "'\n";
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 53 outs() << ToolName << ": " << Error << ".\n";
304 outs() << "Printing " << Name << "\n";
309 outs().write(Data.data(), Data.size());
315 outs() << ((mode & 004) ? "r" : "-");
316 outs() << ((mode & 002) ? "w" : "-");
317 outs() << ((mode & 001) ? "x" : "-");
330 outs() << ' ' << C.getUID();
331 outs() << '/' << C.getGID();
334 outs() << ' ' << format("%6llu", Size.get());
335 outs() << ' ' << C.getLastModified().str()
    [all...]
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName()
89 DICtx->dump(outs(), DumpType);
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 235 outs() << "\nError reading file: " << Msg << ".\n";
236 outs().flush();
297 StreamWriter Writer(outs());
302 outs() << '\n';
303 outs() << "File: " << Obj->getFileName() << "\n";
304 outs() << "Format: " << Obj->getFileFormatName() << "\n";
305 outs() << "Arch: "
308 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n";
  /external/curl/src/
tool_metalink.h 119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 90 // outs(), errs(), nulls()
92 raw_fd_ostream& outs() { function in namespace:mcld
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
test_object_graph.py 245 outs, ins = graph.get_edges(n1)
247 self.assertFalse(isinstance(outs, list))
251 outs = list(outs)
254 self.assertTrue(n1 not in outs)
255 self.assertTrue(n2 in outs)
256 self.assertTrue(n3 in outs)
257 self.assertTrue(n4 not in outs)
258 self.assertTrue(n5 not in outs)
259 self.assertTrue(n6 not in outs)
    [all...]
  /external/clang/tools/diagtool/
TreeView.cpp 27 if (&out != &llvm::errs() && &out != &llvm::outs())
29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
  /external/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 121 outs() << " - filename = " << Filename << "\n";
375 outs() << "verify bitcode\n";
377 outs() << "verify assembly\n";
549 outs() << "*** verify-uselistorder ***\n";
551 outs() << "reverse\n";
556 outs() << "\n";
559 outs() << "shuffle (" << I + 1 << " of " << E << ")\n";
564 outs() << "reverse\n";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
string-ok.s 69 outs dx, byte ptr cs:[esi]
70 outs dx, byte ptr [edi]

Completed in 652 milliseconds

1 23 4 5 6 7 8