Searched refs:OS (Results 476 - 500 of 1115) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp286 raw_svector_ostream OS(Tmp);
287 Inst.dump_pretty(OS);
288 OS << "\n";
289 report_fatal_error("unexpected instruction to relax: " + OS.str());
364 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
365 return createX86ELFObjectWriter(OS, /*IsELF64*/ false, OSABI, ELF::EM_386);
374 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
375 return createX86ELFObjectWriter(OS, /*IsELF64*/ false, OSABI,
385 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
386 return createX86ELFObjectWriter(OS, /*IsELF6
[all...]
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/
H A DSDL_syssem.c26 #include <be/kernel/OS.h>
H A DSDL_systhread.c28 #include <be/kernel/OS.h>
/external/srec/portable/include/
H A Dpmutex.h83 #error Portable Synchronization not defined for this OS!
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp225 NestedNameSpecifier::print(raw_ostream &OS, argument
228 getPrefix()->print(OS, Policy);
232 OS << getAsIdentifier()->getName();
239 OS << getAsNamespace()->getName();
243 OS << getAsNamespaceAlias()->getName();
250 OS << "template ";
272 SpecType->getTemplateName().print(OS, InnerPolicy, true);
276 OS, SpecType->getArgs(), SpecType->getNumArgs(), InnerPolicy);
279 QualType(T, 0).print(OS, InnerPolicy);
285 OS << "
[all...]
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp106 bool AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS);
129 void EmitAssembly(BackendAction Action, raw_ostream *OS);
489 formatted_raw_ostream &OS) {
521 if (TM->addPassesToEmitFile(*PM, OS, CGFT,
530 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) { argument
548 getPerModulePasses()->add(createBitcodeWriterPass(*OS));
552 FormattedOS.setStream(*OS, formatted_raw_ostream::PRESERVE_STREAM);
557 FormattedOS.setStream(*OS, formatted_raw_ostream::PRESERVE_STREAM);
595 raw_ostream *OS) {
598 AsmHelper.EmitAssembly(Action, OS);
488 AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS) argument
590 EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, StringRef TDesc, Module *M, BackendAction Action, raw_ostream *OS) argument
[all...]
H A DCodeGenTypes.cpp52 llvm::raw_svector_ostream OS(TypeName);
53 OS << RD->getKindName() << '.';
61 RD->printQualifiedName(OS);
63 RD->printName(OS);
68 TDD->printQualifiedName(OS);
70 TDD->printName(OS);
72 OS << "anon";
75 OS << suffix;
77 Ty->setName(OS.str());
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp149 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, argument
152 OS << "Map Name: " << Name << "\n";
153 OS << "Size: " << Map.size() << "\n";
159 OS << "Value: " << V->getName();
161 OS << "Value: [null]\n";
164 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
167 OS << ",";
169 OS << " " << U->getName();
171 OS << " [null]";
174 OS << "\
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp272 raw_string_ostream OS(S);
274 OS << "{";
275 StartInst->print(OS, NULL, true);
276 OS << " -> ";
277 LastInst->print(OS, NULL, true);
279 OS << " (kill @ ";
280 KillInst->print(OS, NULL, true);
281 OS << ")";
283 OS << "}";
285 return OS
[all...]
/external/clang/include/clang/AST/
H A DASTTypeTraits.h145 inline raw_ostream &operator<<(raw_ostream &OS, ASTNodeKind K) { argument
146 OS << K.asStringRef();
147 return OS;
195 void print(llvm::raw_ostream &OS, const PrintingPolicy &PP) const;
198 void dump(llvm::raw_ostream &OS, SourceManager &SM) const;
/external/qemu/distrib/sdl-1.2.15/
H A Dandroid-configure.sh92 echo " --no-tiger do not generate Tiger-compatible binaries (OS X only)"
107 OPTION_TARGETS=out/$OS
119 case "$OS" in
138 echo "Using OS X 10.4 SDK to generate Tiger-compatible binaries."
516 if [ "$OPTION_FORCE_AUTODETECT" != "yes" -a -f android/build/$OS/$1 ] ; then
517 log "Setup : Copying $1 from android/build/$OS"
518 cp -f android/build/$OS/$1 objs/$1
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x64.cc47 // This calling convention is used on Linux, with GCC, and on Mac OS,
73 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
95 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
127 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
149 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
180 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
208 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
236 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
260 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
282 byte* buffer = static_cast<byte*>(v8::base::OS
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfo.h150 void print(raw_ostream &OS) const;
159 void printInternal(raw_ostream &OS) const;
185 void printInternal(raw_ostream &OS) const;
210 void printInternal(raw_ostream &OS) const;
292 void printInternal(raw_ostream &OS) const;
362 void printInternal(raw_ostream &OS) const;
395 void printInternal(raw_ostream &OS) const;
425 void printInternal(raw_ostream &OS) const;
455 void printInternal(raw_ostream &OS) const;
564 void printInternal(raw_ostream &OS) cons
[all...]
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp685 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} argument
687 static void printNodes(raw_ostream &OS, LazyCallGraph::Node &N, argument
692 printNodes(OS, ChildN, Printed);
694 OS << " Call edges in function: " << N.getFunction().getName() << "\n";
696 OS << " -> " << I->getFunction().getName() << "\n";
698 OS << "\n";
701 static void printSCC(raw_ostream &OS, LazyCallGraph::SCC &SCC) { argument
703 OS << " SC
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp255 bool expandMacro(raw_svector_ostream &OS, StringRef Body,
458 raw_svector_ostream &OS);
1582 raw_svector_ostream OS(Str);
1583 OS << "parsed instruction: [";
1586 OS << ", ";
1587 Info.ParsedOperands[i]->print(OS);
1589 OS << "]";
1591 printMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1693 raw_ostream &OS = errs(); local
1707 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);
1752 expandMacro(raw_svector_ostream &OS, StringRef Body, ArrayRef<MCAsmMacroParameter> Parameters, ArrayRef<MCAsmMacroArgument> A, const SMLoc &L) argument
4253 instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc, raw_svector_ostream &OS) argument
[all...]
/external/clang/lib/Sema/
H A DSemaInit.cpp2700 unsigned InitializedEntity::dumpImpl(raw_ostream &OS) const {
2702 unsigned Depth = getParent() ? getParent()->dumpImpl(OS) : 0;
2704 OS << "`-";
2707 case EK_Variable: OS << "Variable"; break;
2708 case EK_Parameter: OS << "Parameter"; break;
2709 case EK_Parameter_CF_Audited: OS << "CF audited function Parameter";
2711 case EK_Result: OS << "Result"; break;
2712 case EK_Exception: OS << "Exception"; break;
2713 case EK_Member: OS << "Member"; break;
2714 case EK_New: OS << "Ne
[all...]
H A DSemaExceptionSpec.cpp259 llvm::raw_svector_ostream OS(ExceptionSpecString);
262 OS << "throw()";
266 OS << "throw(";
272 OS << ", ";
274 OS << E.getAsString(getPrintingPolicy());
276 OS << ")";
281 OS << "noexcept";
285 OS << "noexcept(";
287 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
288 OS << ")";
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp635 raw_svector_ostream OS(Str);
636 OS << "DEBUG_VALUE: ";
642 OS << Name << ":";
644 OS << V.getName() << " <- ";
654 OS << (double)APF.convertToFloat();
656 OS << APF.convertToDouble();
663 OS << "(long double) " << APF.convertToDouble();
666 OS << MI->getOperand(0).getImm();
668 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);
682 OS << "unde
2120 PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
2133 PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, unsigned FunctionNumber) argument
2168 raw_ostream &OS = AP.OutStreamer.GetCommentOS(); local
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp626 llvm::raw_svector_ostream OS(Fmt);
629 OS << "\n (frontend)";
631 OS << "\n ";
634 OS << " File " << File->getName();
635 OS << " Line " << SourceMgr->getPresumedLineNumber(I->first);
637 OS << ": " << I->second;
641 << Kind << /*Unexpected=*/true << OS.str();
653 llvm::raw_svector_ostream OS(Fmt);
656 OS << "\n File " << SourceMgr.getFilename(D.DiagnosticLoc);
658 OS << " Lin
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp362 void UserValue::print(raw_ostream &OS, const TargetMachine *TM) { argument
364 OS << "!\"";
365 DV.printExtendedName(OS);
366 OS << "\"\t";
368 OS << '+' << offset;
370 OS << " [" << I.start() << ';' << I.stop() << "):";
372 OS << "undef";
374 OS << I.value();
377 OS << " Loc" << i << '=';
378 locations[i].print(OS, T
383 print(raw_ostream &OS) argument
[all...]
/external/llvm/lib/Support/
H A DTriple.cpp387 OS(parseOS(getOSName())),
395 /// vendor, and OS.
404 OS(parseOS(OSStr.str())),
410 /// vendor, OS, and environment.
420 OS(parseOS(OSStr.str())),
443 OSType OS = UnknownOS; local
445 OS = parseOS(Components[2]);
458 Found[2] = OS != UnknownOS;
487 OS = parseOS(Comp);
488 Valid = OS !
[all...]
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp537 W.printEnum ("OS/ABI", Header->e_ident[ELF::EI_OSABI],
681 raw_ostream& OS = W.startLine(); local
682 OS << W.hex(Rel.r_offset)
820 void printFlags(T Value, ArrayRef<EnumEntry<TFlag>> Flags, raw_ostream &OS) { argument
834 OS << Flag.Name << " ";
840 bool Is64, raw_ostream &OS) {
844 OS << "REL";
847 OS << "RELA";
872 OS << format("0x%" PRIX64, Value);
880 OS << Valu
839 printValue(const ELFFile<ELFT> *O, uint64_t Type, uint64_t Value, bool Is64, raw_ostream &OS) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DBiquad.cpp40 #if OS(MACOSX)
46 #if OS(MACOSX)
52 #if OS(MACOSX)
79 #if OS(MACOSX)
130 #if OS(MACOSX)
184 #endif // OS(MACOSX)
189 #if OS(MACOSX)
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc173 base::OS::Print("Eliminating check #%d after tightening\n",
183 base::OS::Print("Moving second check #%d after first check #%d\n",
286 base::OS::Print("Tightened check #%d with offset %d from #%d\n",
399 base::OS::Print("Fresh bounds check data for block #%d: [%d]\n",
406 base::OS::Print("Eliminating bounds check #%d, offset %d is covered\n",
442 base::OS::Print("Updated bounds check data for block #%d: [%d - %d]\n",
/external/clang/lib/Basic/
H A DIdentifierTable.cpp374 llvm::raw_svector_ostream OS(Str);
377 OS << (*I)->getName();
378 OS << ':';
381 return OS.str();
405 void Selector::print(llvm::raw_ostream &OS) const {
406 OS << getAsString();

Completed in 1003 milliseconds

<<11121314151617181920>>