/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsReginfo.cpp | 43 MipsReginfo::emitMipsReginfoSectionCG(MCStreamer &OS, argument 48 if (OS.hasRawTextSupport()) 53 OS.SwitchSection(TLOFELF.getReginfoSection()); 57 OS.EmitIntValue(0, 4); // ri_gprmask 58 OS.EmitIntValue(0, 4); // ri_cpr[0]mask 59 OS.EmitIntValue(0, 4); // ri_cpr[1]mask 60 OS.EmitIntValue(0, 4); // ri_cpr[2]mask 61 OS.EmitIntValue(0, 4); // ri_cpr[3]mask 62 OS.EmitIntValue(0, 4); // ri_gp_value 66 OS [all...] |
/external/llvm/lib/MC/ |
H A D | MCValue.cpp | 17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument 19 OS << getConstant(); 23 getSymA()->print(OS); 26 OS << " - "; 27 getSymB()->print(OS); 31 OS << " + " << getConstant();
|
H A D | MCSectionELF.cpp | 36 raw_ostream &OS, 40 OS << '\t' << getSectionName(); 42 OS << '\t' << *Subsection; 43 OS << '\n'; 51 OS << "\t.section\t" << name; 53 OS << "\t.section\t\""; 56 OS << "\\\""; 58 OS << *b; 60 OS << "\\\\"; 62 OS << 35 PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS, const MCExpr *Subsection) const argument [all...] |
H A D | MCInst.cpp | 18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument 19 OS << "<MCOperand "; 21 OS << "INVALID"; 23 OS << "Reg:" << getReg(); 25 OS << "Imm:" << getImm(); 27 OS << "Expr:(" << *getExpr() << ")"; 29 OS << "Inst:(" << *getInst() << ")"; 31 OS << "UNDEFINED"; 32 OS << ">"; 42 void MCInst::print(raw_ostream &OS, cons argument 51 dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, const MCInstPrinter *Printer, StringRef Separator) const argument [all...] |
H A D | MCLabel.cpp | 15 void MCLabel::print(raw_ostream &OS) const { 16 OS << '"' << getInstance() << '"';
|
H A D | MCSectionCOFF.cpp | 43 raw_ostream &OS, 48 OS << '\t' << getSectionName() << '\n'; 52 OS << "\t.section\t" << getSectionName() << ",\""; 54 OS << 'x'; 56 OS << 'w'; 58 OS << 'r'; 60 OS << 'n'; 61 OS << "\"\n"; 66 OS << "\t.linkonce one_only\n"; 69 OS << "\ 42 PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS, const MCExpr *Subsection) const argument [all...] |
/external/clang/utils/TableGen/ |
H A D | TableGenBackends.h | 28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); 29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, 32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 33 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS); 34 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 35 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); 38 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS); 39 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS); [all...] |
H A D | ClangAttrEmitter.cpp | 115 virtual void writeAccessors(raw_ostream &OS) const = 0; 116 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} 117 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 118 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; 119 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} 120 virtual void writeCtorBody(raw_ostream &OS) const {} 121 virtual void writeCtorInitializers(raw_ostream &OS) const = 0; 122 virtual void writeCtorParameters(raw_ostream &OS) const = 0; 123 virtual void writeDeclarations(raw_ostream &OS) const = 0; 124 virtual void writePCHReadArgs(raw_ostream &OS) cons 744 writeAvailabilityValue(raw_ostream &OS) argument 753 writePrettyPrintFunction(Record &R, std::vector<Argument*> &Args, raw_ostream &OS) argument 854 writeAttrAccessorDefinition(Record &R, raw_ostream &OS) argument 880 EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) argument 983 EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) argument 1025 EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument 1061 EmitAttrList(raw_ostream &OS, StringRef Class, const std::vector<Record*> &AttrList) argument 1081 EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) argument 1149 EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) argument 1193 EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) argument 1224 EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) argument 1242 EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) argument 1303 EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) argument 1332 EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) argument 1405 EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) argument 1443 EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS) argument 1494 EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS) argument [all...] |
H A D | ClangCommentHTMLTagsEmitter.cpp | 23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { argument 33 emitSourceFileHeader("HTML tag name matcher", OS); 35 OS << "bool isHTMLTagName(StringRef Name) {\n"; 36 StringMatcher("Name", Matches, OS).Emit(); 37 OS << " return false;\n" 42 raw_ostream &OS) { 57 emitSourceFileHeader("HTML tag properties", OS); 59 OS << "bool isHTMLEndTagOptional(StringRef Name) {\n"; 60 StringMatcher("Name", MatchesEndTagOptional, OS).Emit(); 61 OS << " retur 41 EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, raw_ostream &OS) argument [all...] |
/external/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 21 void BranchProbability::print(raw_ostream &OS) const { 22 OS << N << " / " << D << " = " << format("%g%%", ((double)N / D) * 100.0); 31 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob) { argument 32 Prob.print(OS); 33 return OS;
|
H A D | Twine.cpp | 27 raw_svector_ostream OS(Out); 28 print(OS); 58 void Twine::printOneChild(raw_ostream &OS, Child Ptr, argument 64 Ptr.twine->print(OS); 67 OS << Ptr.cString; 70 OS << *Ptr.stdString; 73 OS << *Ptr.stringRef; 76 OS << Ptr.character; 79 OS << Ptr.decUI; 82 OS << Pt 102 printOneChildRepr(raw_ostream &OS, Child Ptr, NodeKind Kind) const argument [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
H A D | ProcessID.h | 31 #if OS(UNIX) 35 #if OS(WINDOWS) 43 #if OS(WINDOWS)
|
H A D | Platform.h | 38 /* OS() - underlying operating system; only to be used for mandated low-level services like 40 #define OS(WTF_FEATURE) (defined WTF_OS_##WTF_FEATURE && WTF_OS_##WTF_FEATURE) macro 44 /* USE() - use a particular third-party library or optional OS service */ 49 /* ==== OS() - underlying operating system; only to be used for mandated low-level services like 52 /* OS(ANDROID) - Android */ 57 /* OS(DARWIN) - Any Darwin-based OS, including Mac OS X and iPhone OS */ 62 /* OS(FREEBS [all...] |
H A D | NumberOfCores.cpp | 29 #if OS(DARWIN) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD) 35 #elif OS(LINUX) || OS(SOLARIS) 37 #elif OS(WINDOWS) 52 #if OS(DARWIN) || OS(OPENBSD) || OS(NETBS [all...] |
/external/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 92 static raw_ostream &write_cstring(raw_ostream &OS, llvm::StringRef Str) { argument 93 OS << '"'; 94 OS.write_escaped(Str); 95 OS << '"'; 96 return OS; 103 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { argument 109 emitSourceFileHeader("Option Parsing Definitions", OS); 130 OS << "/////////\n"; 131 OS << "// Prefixes\n\n"; 132 OS << "#ifde [all...] |
H A D | TableGenBackends.h | 19 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ ) 40 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`. 63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false); 64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS); 65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS); 66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS); 67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS); 68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); [all...] |
H A D | RegisterInfoEmitter.cpp | 61 void EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, 63 void emitComposeSubRegIndices(raw_ostream &OS, CodeGenRegBank &RegBank, 69 void RegisterInfoEmitter::runEnums(raw_ostream &OS, argument 78 emitSourceFileHeader("Target Register Enum Values", OS); 80 OS << "\n#ifdef GET_REGINFO_ENUM\n"; 81 OS << "#undef GET_REGINFO_ENUM\n"; 83 OS << "namespace llvm {\n\n"; 85 OS << "class MCRegisterClass;\n" 90 OS << "namespace " << Namespace << " {\n"; 91 OS << "enu 160 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName) argument 314 EmitRegMappingTables(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument 440 EmitRegMapping(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument 522 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument 545 print(raw_ostream &OS) argument 550 printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) argument 554 printSubRegIndex(raw_ostream &OS, const CodeGenSubRegIndex *Idx) argument 597 printDiff16(raw_ostream &OS, uint16_t Val) argument 630 emitComposeSubRegIndices(raw_ostream &OS, CodeGenRegBank &RegBank, const std::string &ClName) argument 701 runMCDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument 951 runTargetHeader(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument 1010 runTargetDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument 1328 run(raw_ostream &OS) argument 1341 EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) argument [all...] |
H A D | IntrinsicEmitter.cpp | 35 void run(raw_ostream &OS); 37 void EmitPrefix(raw_ostream &OS); 40 raw_ostream &OS); 43 raw_ostream &OS); 45 raw_ostream &OS); 47 raw_ostream &OS); 49 raw_ostream &OS); 51 raw_ostream &OS); 53 raw_ostream &OS); 55 raw_ostream &OS); 66 run(raw_ostream &OS) argument 103 EmitPrefix(raw_ostream &OS) argument 113 EmitSuffix(raw_ostream &OS) argument 121 EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument 149 EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument 202 EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument 213 EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument 400 printIITEntry(raw_ostream &OS, unsigned char X) argument 404 EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument 530 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument [all...] |
H A D | DAGISelMatcherEmitter.cpp | 55 unsigned StartIdx, formatted_raw_ostream &OS); 57 void EmitPredicateFunctions(formatted_raw_ostream &OS); 59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS); 62 formatted_raw_ostream &OS); 115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { argument 117 OS << Val << ", "; 124 OS << (Val&127) << "|128,"; 128 OS << Val; 130 OS << "/*" << InVal << "*/"; 131 OS << ", "; 138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument 581 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument 598 EmitPredicateFunctions(formatted_raw_ostream &OS) argument 732 EmitHistogram(const Matcher *M, formatted_raw_ostream &OS) argument [all...] |
H A D | InstrInfoEmitter.cpp | 42 void run(raw_ostream &OS); 45 void emitEnums(raw_ostream &OS); 59 raw_ostream &OS); 65 void emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, 69 void EmitOperandInfo(raw_ostream &OS, OperandInfoMapTy &OperandInfoIDs); 75 unsigned Num, raw_ostream &OS) { 76 OS << "static const uint16_t ImplicitList" << Num << "[] = { "; 78 OS << getQualifiedName(Uses[i]) << ", "; 79 OS << "0 };\n"; 171 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, argument 74 PrintDefList(const std::vector<Record*> &Uses, unsigned Num, raw_ostream &OS) argument 239 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, const std::vector<const CodeGenInstruction*> &NumberedInstructions) argument 319 run(raw_ostream &OS) argument 435 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument 521 emitEnums(raw_ostream &OS) argument 556 EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) argument [all...] |
/external/clang/lib/AST/ |
H A D | TypePrinter.cpp | 90 void print(const Type *ty, Qualifiers qs, raw_ostream &OS, 92 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 95 void spaceBeforePlaceHolder(raw_ostream &OS); 96 void printTypeSpec(const NamedDecl *D, raw_ostream &OS); 98 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 99 void printBefore(QualType T, raw_ostream &OS); 100 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS); 101 void printAfter(QualType T, raw_ostream &OS); 102 void AppendScope(DeclContext *DC, raw_ostream &OS); 103 void printTag(TagDecl *T, raw_ostream &OS); 112 AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) argument 129 spaceBeforePlaceHolder(raw_ostream &OS) argument 134 print(QualType t, raw_ostream &OS, StringRef PlaceHolder) argument 139 print(const Type *T, Qualifiers Quals, raw_ostream &OS, StringRef PlaceHolder) argument 228 printBefore(QualType T, raw_ostream &OS) argument 243 printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) argument 289 printAfter(QualType t, raw_ostream &OS) argument 296 printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) argument 306 printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) argument 310 printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) argument 312 printComplexBefore(const ComplexType *T, raw_ostream &OS) argument 316 printComplexAfter(const ComplexType *T, raw_ostream &OS) argument 320 printPointerBefore(const PointerType *T, raw_ostream &OS) argument 330 printPointerAfter(const PointerType *T, raw_ostream &OS) argument 340 printBlockPointerBefore(const BlockPointerType *T, raw_ostream &OS) argument 346 printBlockPointerAfter(const BlockPointerType *T, raw_ostream &OS) argument 352 printLValueReferenceBefore(const LValueReferenceType *T, raw_ostream &OS) argument 363 printLValueReferenceAfter(const LValueReferenceType *T, raw_ostream &OS) argument 374 printRValueReferenceBefore(const RValueReferenceType *T, raw_ostream &OS) argument 385 printRValueReferenceAfter(const RValueReferenceType *T, raw_ostream &OS) argument 396 printMemberPointerBefore(const MemberPointerType *T, raw_ostream &OS) argument 412 printMemberPointerAfter(const MemberPointerType *T, raw_ostream &OS) argument 423 printConstantArrayBefore(const ConstantArrayType *T, raw_ostream &OS) argument 429 printConstantArrayAfter(const ConstantArrayType *T, raw_ostream &OS) argument 435 printIncompleteArrayBefore(const IncompleteArrayType *T, raw_ostream &OS) argument 441 printIncompleteArrayAfter(const IncompleteArrayType *T, raw_ostream &OS) argument 447 printVariableArrayBefore(const VariableArrayType *T, raw_ostream &OS) argument 453 printVariableArrayAfter(const VariableArrayType *T, raw_ostream &OS) argument 473 printDecayedBefore(const DecayedType *T, raw_ostream &OS) argument 477 printDecayedAfter(const DecayedType *T, raw_ostream &OS) argument 481 printDependentSizedArrayBefore( const DependentSizedArrayType *T, raw_ostream &OS) argument 488 printDependentSizedArrayAfter( const DependentSizedArrayType *T, raw_ostream &OS) argument 498 printDependentSizedExtVectorBefore( const DependentSizedExtVectorType *T, raw_ostream &OS) argument 503 printDependentSizedExtVectorAfter( const DependentSizedExtVectorType *T, raw_ostream &OS) argument 513 printVectorBefore(const VectorType *T, raw_ostream &OS) argument 549 printVectorAfter(const VectorType *T, raw_ostream &OS) argument 553 printExtVectorBefore(const ExtVectorType *T, raw_ostream &OS) argument 557 printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) argument 565 printExceptionSpecification(raw_ostream &OS, const PrintingPolicy &Policy) const argument 591 printFunctionProtoBefore(const FunctionProtoType *T, raw_ostream &OS) argument 606 printFunctionProtoAfter(const FunctionProtoType *T, raw_ostream &OS) argument 700 printFunctionNoProtoBefore(const FunctionNoProtoType *T, raw_ostream &OS) argument 708 printFunctionNoProtoAfter(const FunctionNoProtoType *T, raw_ostream &OS) argument 721 printTypeSpec(const NamedDecl *D, raw_ostream &OS) argument 727 printUnresolvedUsingBefore(const UnresolvedUsingType *T, raw_ostream &OS) argument 731 printUnresolvedUsingAfter(const UnresolvedUsingType *T, raw_ostream &OS) argument 734 printTypedefBefore(const TypedefType *T, raw_ostream &OS) argument 737 printTypedefAfter(const TypedefType *T, raw_ostream &OS) argument 739 printTypeOfExprBefore(const TypeOfExprType *T, raw_ostream &OS) argument 745 printTypeOfExprAfter(const TypeOfExprType *T, raw_ostream &OS) argument 748 printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) argument 754 printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) argument 756 printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) argument 762 printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) argument 764 printUnaryTransformBefore(const UnaryTransformType *T, raw_ostream &OS) argument 779 printUnaryTransformAfter(const UnaryTransformType *T, raw_ostream &OS) argument 791 printAutoBefore(const AutoType *T, raw_ostream &OS) argument 800 printAutoAfter(const AutoType *T, raw_ostream &OS) argument 806 printAtomicBefore(const AtomicType *T, raw_ostream &OS) argument 814 printAtomicAfter(const AtomicType *T, raw_ostream &OS) argument 817 AppendScope(DeclContext *DC, raw_ostream &OS) argument 850 printTag(TagDecl *D, raw_ostream &OS) argument 934 printRecordBefore(const RecordType *T, raw_ostream &OS) argument 937 printRecordAfter(const RecordType *T, raw_ostream &OS) argument 939 printEnumBefore(const EnumType *T, raw_ostream &OS) argument 942 printEnumAfter(const EnumType *T, raw_ostream &OS) argument 944 printTemplateTypeParmBefore(const TemplateTypeParmType *T, raw_ostream &OS) argument 952 printTemplateTypeParmAfter(const TemplateTypeParmType *T, raw_ostream &OS) argument 955 printSubstTemplateTypeParmBefore( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument 961 printSubstTemplateTypeParmAfter( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument 968 printSubstTemplateTypeParmPackBefore( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument 974 printSubstTemplateTypeParmPackAfter( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument 981 printTemplateSpecializationBefore( const TemplateSpecializationType *T, raw_ostream &OS) argument 993 printTemplateSpecializationAfter( const TemplateSpecializationType *T, raw_ostream &OS) argument 997 printInjectedClassNameBefore(const InjectedClassNameType *T, raw_ostream &OS) argument 1001 printInjectedClassNameAfter(const InjectedClassNameType *T, raw_ostream &OS) argument 1004 printElaboratedBefore(const ElaboratedType *T, raw_ostream &OS) argument 1016 printElaboratedAfter(const ElaboratedType *T, raw_ostream &OS) argument 1022 printParenBefore(const ParenType *T, raw_ostream &OS) argument 1029 printParenAfter(const ParenType *T, raw_ostream &OS) argument 1037 printDependentNameBefore(const DependentNameType *T, raw_ostream &OS) argument 1048 printDependentNameAfter(const DependentNameType *T, raw_ostream &OS) argument 1051 printDependentTemplateSpecializationBefore( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument 1068 printDependentTemplateSpecializationAfter( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument 1071 printPackExpansionBefore(const PackExpansionType *T, raw_ostream &OS) argument 1075 printPackExpansionAfter(const PackExpansionType *T, raw_ostream &OS) argument 1081 printAttributedBefore(const AttributedType *T, raw_ostream &OS) argument 1102 printAttributedAfter(const AttributedType *T, raw_ostream &OS) argument 1214 printObjCInterfaceBefore(const ObjCInterfaceType *T, raw_ostream &OS) argument 1219 printObjCInterfaceAfter(const ObjCInterfaceType *T, raw_ostream &OS) argument 1222 printObjCObjectBefore(const ObjCObjectType *T, raw_ostream &OS) argument 1241 printObjCObjectAfter(const ObjCObjectType *T, raw_ostream &OS) argument 1247 printObjCObjectPointerBefore(const ObjCObjectPointerType *T, raw_ostream &OS) argument 1279 printObjCObjectPointerAfter(const ObjCObjectPointerType *T, raw_ostream &OS) argument 1283 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentListInfo &Args, const PrintingPolicy &Policy) argument 1293 PrintTemplateArgumentList( raw_ostream &OS, const TemplateArgument *Args, unsigned NumArgs, const PrintingPolicy &Policy, bool SkipBrackets) argument 1344 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentLoc *Args, unsigned NumArgs, const PrintingPolicy &Policy) argument 1437 print(raw_ostream &OS, const PrintingPolicy& Policy, bool appendSpaceIfNonEmpty) const argument 1512 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder) argument [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 30 void AArch64MCExpr::PrintImpl(raw_ostream &OS) const { 33 case VK_AARCH64_GOT: OS << ":got:"; break; 34 case VK_AARCH64_GOT_LO12: OS << ":got_lo12:"; break; 35 case VK_AARCH64_LO12: OS << ":lo12:"; break; 36 case VK_AARCH64_ABS_G0: OS << ":abs_g0:"; break; 37 case VK_AARCH64_ABS_G0_NC: OS << ":abs_g0_nc:"; break; 38 case VK_AARCH64_ABS_G1: OS << ":abs_g1:"; break; 39 case VK_AARCH64_ABS_G1_NC: OS << ":abs_g1_nc:"; break; 40 case VK_AARCH64_ABS_G2: OS << ":abs_g2:"; break; 41 case VK_AARCH64_ABS_G2_NC: OS << " [all...] |
/external/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 23 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, argument 25 size_t Pos = (size_t)OS.tell(); 28 OS << Prefix; 30 for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i) 31 OS << Fill; 32 OS << Suffix << '\n'; 35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { argument 36 printLine(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\"); 37 printLine(OS, "|*", ' ', "*|"); 47 printLine(OS, Prefi [all...] |
/external/llvm/tools/llvm-readobj/ |
H A D | StreamWriter.cpp | 10 raw_ostream &operator<<(raw_ostream &OS, const HexNumber& Value) { argument 14 return OS << "0x0"; 26 OS << "0x"; 27 return OS.write(CurPtr, EndPtr - CurPtr); 38 OS << ": " << Str; 39 OS << " (\n"; 45 OS << ' '; 47 OS << hexdigit((Data[addr + i] >> 4) & 0xF, false) 50 OS << " "; 53 OS << " |"; [all...] |
/external/llvm/lib/Target/Mips/InstPrinter/ |
H A D | MipsInstPrinter.cpp | 73 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument 74 OS << '$' << StringRef(getRegisterName(RegNo)).lower(); 102 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { argument 120 case MCSymbolRefExpr::VK_Mips_GPREL: OS << "%gp_rel("; break; 121 case MCSymbolRefExpr::VK_Mips_GOT_CALL: OS << "%call16("; break; 122 case MCSymbolRefExpr::VK_Mips_GOT16: OS << "%got("; break; 123 case MCSymbolRefExpr::VK_Mips_GOT: OS << "%got("; break; 124 case MCSymbolRefExpr::VK_Mips_ABS_HI: OS << "%hi("; break; 125 case MCSymbolRefExpr::VK_Mips_ABS_LO: OS << "%lo("; break; 126 case MCSymbolRefExpr::VK_Mips_TLSGD: OS << " 214 printAlias(const char *Str, const MCInst &MI, unsigned OpNo, raw_ostream &OS) argument 221 printAlias(const char *Str, const MCInst &MI, unsigned OpNo0, unsigned OpNo1, raw_ostream &OS) argument 230 printAlias(const MCInst &MI, raw_ostream &OS) argument [all...] |