Searched refs:OS (Results 1 - 25 of 1557) sorted by relevance

1234567891011>>

/external/llvm/utils/TableGen/
H A DAttributes.cpp26 void emit(raw_ostream &OS);
29 void emitTargetIndependentEnums(raw_ostream &OS);
30 void emitConversionFn(raw_ostream &OS);
31 void emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr);
33 void printEnumAttrClasses(raw_ostream &OS,
35 void printStrBoolAttrClasses(raw_ostream &OS,
43 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { argument
44 OS << "#ifdef GET_ATTR_ENUM\n";
45 OS << "#undef GET_ATTR_ENUM\n";
51 OS <<
56 emitConversionFn(raw_ostream &OS) argument
77 emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) argument
141 printEnumAttrClasses(raw_ostream &OS, const std::vector<Record *> &Records) argument
154 printStrBoolAttrClasses(raw_ostream &OS, const std::vector<Record *> &Records) argument
167 emit(raw_ostream &OS) argument
175 EmitAttributes(RecordKeeper &RK, raw_ostream &OS) argument
[all...]
H A DTableGenBackends.h21 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
42 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
[all...]
/external/llvm/lib/MC/
H A DMCSectionELF.cpp33 static void printName(raw_ostream &OS, StringRef Name) { argument
37 OS << Name;
40 OS << '"';
43 OS << "\\\"";
45 OS << *B;
47 OS << "\\\\";
49 OS << B[0] << B[1]; // Quoted character
53 OS << '"';
57 raw_ostream &OS,
61 OS << '\
56 PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS, const MCExpr *Subsection) const argument
[all...]
H A DMCSectionCOFF.cpp41 raw_ostream &OS,
46 OS << '\t' << getSectionName() << '\n';
50 OS << "\t.section\t" << getSectionName() << ",\"";
52 OS << 'd';
54 OS << 'b';
56 OS << 'x';
58 OS << 'w';
60 OS << 'r';
62 OS << 'y';
64 OS << '
40 PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS, const MCExpr *Subsection) const argument
[all...]
H A DMCInst.cpp18 void MCOperand::print(raw_ostream &OS) const {
19 OS << "<MCOperand ";
21 OS << "INVALID";
23 OS << "Reg:" << getReg();
25 OS << "Imm:" << getImm();
27 OS << "FPImm:" << getFPImm();
29 OS << "Expr:(" << *getExpr() << ")";
31 OS << "Inst:(" << *getInst() << ")";
33 OS << "UNDEFINED";
34 OS << ">";
53 dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer, StringRef Separator) const argument
[all...]
H A DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const {
16 OS << '"' << getInstance() << '"';
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTableGenBackend.cpp19 raw_ostream &OS) const {
20 OS << "//===- TableGen'erated file -------------------------------------*-"
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCValue.cpp17 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 DMCSectionELF.cpp35 raw_ostream &OS) const {
38 OS << '\t' << getSectionName() << '\n';
46 OS << "\t.section\t" << name;
48 OS << "\t.section\t\"";
51 OS << "\\\"";
53 OS << *b;
55 OS << "\\\\";
57 OS << b[0] << b[1]; // Quoted character
61 OS << '"';
68 OS << ",#allo
[all...]
H A DMCInst.cpp18 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 << "UNDEFINED";
30 OS << ">";
38 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
39 OS << "<MCIns
47 dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, const MCInstPrinter *Printer, StringRef Separator) const argument
[all...]
H A DMCSectionCOFF.cpp32 raw_ostream &OS) const {
36 OS << '\t' << getSectionName() << '\n';
40 OS << "\t.section\t" << getSectionName() << ",\"";
42 OS << 'x';
44 OS << 'w';
46 OS << 'r';
48 OS << 'n';
49 OS << "\"\n";
54 OS << "\t.linkonce one_only\n";
57 OS << "\
[all...]
H A DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const {
16 OS << '"' << getInstance() << '"';
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp25 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, argument
28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS)
29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS)
30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS)
31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS)
32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS)
33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS)
34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS)
35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS)
36 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS)
45 operator <<(raw_ostream &OS, const PDB_CallingConv &Conv) argument
77 operator <<(raw_ostream &OS, const PDB_DataKind &Data) argument
93 operator <<(raw_ostream &OS, const codeview::RegisterId &Reg) argument
149 operator <<(raw_ostream &OS, const PDB_LocType &Loc) argument
167 operator <<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk) argument
181 operator <<(raw_ostream &OS, const PDB_Checksum &Checksum) argument
191 operator <<(raw_ostream &OS, const PDB_Lang &Lang) argument
214 operator <<(raw_ostream &OS, const PDB_SymType &Tag) argument
252 operator <<(raw_ostream &OS, const PDB_MemberAccess &Access) argument
262 operator <<(raw_ostream &OS, const PDB_UdtType &Type) argument
272 operator <<(raw_ostream &OS, const PDB_UniqueId &Id) argument
291 operator <<(raw_ostream &OS, const PDB_Machine &Machine) argument
320 operator <<(raw_ostream &OS, const Variant &Value) argument
364 operator <<(raw_ostream &OS, const VersionInfo &Version) argument
370 operator <<(raw_ostream &OS, const TagStats &Stats) argument
[all...]
H A DIPDBSourceFile.cpp21 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { argument
22 OS.indent(Indent);
24 OS << "[";
26 OS << ChecksumType << ": ";
29 OS << format_hex_no_prefix(c, 2, true);
31 OS << "No checksum";
32 OS << "] " << getFileName() << "\n";
/external/llvm/tools/llvm-cov/
H A DRenderingSupport.h21 ColoredRawOstream(const ColoredRawOstream &OS) = delete; member in class:llvm::ColoredRawOstream
24 raw_ostream &OS; member in class:llvm::ColoredRawOstream
27 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed) argument
28 : OS(OS), IsColorUsed(IsColorUsed) {}
31 : OS(Other.OS), IsColorUsed(Other.IsColorUsed) {
39 OS.resetColor();
44 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) { argument
45 return OS
50 colored_ostream(raw_ostream &OS, raw_ostream::Colors Color, bool IsColorUsed = true, bool Bold = false, bool BG = false) argument
[all...]
/external/llvm/lib/Analysis/
H A DInterval.cpp40 void Interval::print(raw_ostream &OS) const {
41 OS << "-------------------------------------------------------------\n"
46 OS << *Node << "\n";
48 OS << "Interval Predecessors:\n";
50 OS << *Predecessor << "\n";
52 OS << "Interval Successors:\n";
54 OS << *Successor << "\n";
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DInstrEnumEmitter.cpp22 void InstrEnumEmitter::run(raw_ostream &OS) { argument
23 EmitSourceFileHeader("Target Instruction Enum Values", OS);
24 OS << "namespace llvm {\n\n";
39 OS << "namespace " << Namespace << " {\n";
40 OS << " enum {\n";
42 OS << " " << NumberedInstructions[i]->TheDef->getName()
45 OS << " INSTRUCTION_LIST_END = " << NumberedInstructions.size() << "\n";
46 OS << " };\n}\n";
47 OS << "} // End llvm namespace \n";
H A DIntrinsicEmitter.cpp26 void IntrinsicEmitter::run(raw_ostream &OS) { argument
27 EmitSourceFileHeader("Intrinsic Function Source Fragment", OS);
34 EmitPrefix(OS);
37 EmitEnumInfo(Ints, OS);
40 EmitIntrinsicToNameTable(Ints, OS);
43 EmitIntrinsicToOverloadTable(Ints, OS);
46 EmitFnNameRecognizer(Ints, OS);
49 EmitVerifier(Ints, OS);
52 EmitGenerator(Ints, OS);
55 EmitAttributes(Ints, OS);
69 EmitPrefix(raw_ostream &OS) argument
79 EmitSuffix(raw_ostream &OS) argument
87 EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
101 EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
150 EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
161 EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
177 EmitTypeForValueType(raw_ostream &OS, MVT::SimpleValueType VT) argument
208 EmitTypeGenerate(raw_ostream &OS, const std::vector<Record*> &ArgTypes, unsigned &ArgNo) argument
228 EmitTypeGenerate(raw_ostream &OS, const Record *ArgType, unsigned &ArgNo) argument
316 EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
412 EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
510 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
611 EmitModRefBehavior(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
643 EmitGCCBuiltinList(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
660 EmitTargetBuiltins(const std::map<std::string, std::string> &BIM, const std::string &TargetPrefix, raw_ostream &OS) argument
678 EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
[all...]
H A DInstrInfoEmitter.cpp23 unsigned Num, raw_ostream &OS) {
24 OS << "static const unsigned ImplicitList" << Num << "[] = { ";
26 OS << getQualifiedName(Uses[i]) << ", ";
27 OS << "0 };\n";
136 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, argument
142 OS << "\n";
151 OS << "static const MCOperandInfo OperandInfo" << N << "[] = { ";
153 OS << "{ " << OperandInfo[i] << " }, ";
154 OS << "};\n";
163 void InstrInfoEmitter::run(raw_ostream &OS) { argument
22 PrintDefList(const std::vector<Record*> &Uses, unsigned Num, raw_ostream &OS) argument
252 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
337 emitEnums(raw_ostream &OS) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsMCSymbolRefExpr.cpp23 void MipsMCSymbolRefExpr::PrintImpl(raw_ostream &OS) const {
27 case VK_Mips_GPREL: OS << "%gp_rel("; break;
28 case VK_Mips_GOT_CALL: OS << "%call16("; break;
29 case VK_Mips_GOT: OS << "%got("; break;
30 case VK_Mips_ABS_HI: OS << "%hi("; break;
31 case VK_Mips_ABS_LO: OS << "%lo("; break;
32 case VK_Mips_TLSGD: OS << "%tlsgd("; break;
33 case VK_Mips_GOTTPREL: OS << "%gottprel("; break;
34 case VK_Mips_TPREL_HI: OS << "%tprel_hi("; break;
35 case VK_Mips_TPREL_LO: OS << "
[all...]
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp216 virtual void writeAccessors(raw_ostream &OS) const = 0;
217 virtual void writeAccessorDefinitions(raw_ostream &OS) const {}
218 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {}
219 virtual void writeCloneArgs(raw_ostream &OS) const = 0;
220 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0;
221 virtual void writeTemplateInstantiation(raw_ostream &OS) const {}
222 virtual void writeCtorBody(raw_ostream &OS) const {}
223 virtual void writeCtorInitializers(raw_ostream &OS) const = 0;
224 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0;
225 virtual void writeCtorParameters(raw_ostream &OS) cons
705 writeValueImpl(OS); variable
1230 writeAvailabilityValue(raw_ostream &OS) argument
1240 writeDeprecatedAttrValue(raw_ostream &OS, std::string &Variety) argument
1249 writeGetSpellingFunction(Record &R, raw_ostream &OS) argument
1273 writePrettyPrintFunction(Record &R, const std::vector<std::unique_ptr<Argument>> &Args, raw_ostream &OS) argument
1409 writeAttrAccessorDefinition(const Record &R, raw_ostream &OS) argument
1492 WriteSemanticSpellingSwitch(const std::string &VarName, const SemanticSpellingMap &Map, raw_ostream &OS) argument
1503 emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) argument
1525 emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) argument
1551 emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) argument
1581 emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) argument
1605 EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) argument
1808 EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument
1875 emitAttrList(raw_ostream &OS, StringRef Class, const std::vector<Record*> &AttrList) argument
[all...]
H A DTableGenBackends.h31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS);
42 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
[all...]
/external/clang/lib/AST/
H A DTypePrinter.cpp93 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
95 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
98 void spaceBeforePlaceHolder(raw_ostream &OS);
99 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
101 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
102 void printBefore(QualType T, raw_ostream &OS);
103 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
104 void printAfter(QualType T, raw_ostream &OS);
105 void AppendScope(DeclContext *DC, raw_ostream &OS);
106 void printTag(TagDecl *T, raw_ostream &OS);
115 AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, bool HasRestrictKeyword) argument
137 spaceBeforePlaceHolder(raw_ostream &OS) argument
142 print(QualType t, raw_ostream &OS, StringRef PlaceHolder) argument
147 print(const Type *T, Qualifiers Quals, raw_ostream &OS, StringRef PlaceHolder) argument
238 printBefore(QualType T, raw_ostream &OS) argument
253 printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) argument
299 printAfter(QualType t, raw_ostream &OS) argument
306 printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) argument
316 printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) argument
320 printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) argument
322 printComplexBefore(const ComplexType *T, raw_ostream &OS) argument
326 printComplexAfter(const ComplexType *T, raw_ostream &OS) argument
330 printPointerBefore(const PointerType *T, raw_ostream &OS) argument
340 printPointerAfter(const PointerType *T, raw_ostream &OS) argument
350 printBlockPointerBefore(const BlockPointerType *T, raw_ostream &OS) argument
356 printBlockPointerAfter(const BlockPointerType *T, raw_ostream &OS) argument
362 printLValueReferenceBefore(const LValueReferenceType *T, raw_ostream &OS) argument
373 printLValueReferenceAfter(const LValueReferenceType *T, raw_ostream &OS) argument
384 printRValueReferenceBefore(const RValueReferenceType *T, raw_ostream &OS) argument
395 printRValueReferenceAfter(const RValueReferenceType *T, raw_ostream &OS) argument
406 printMemberPointerBefore(const MemberPointerType *T, raw_ostream &OS) argument
422 printMemberPointerAfter(const MemberPointerType *T, raw_ostream &OS) argument
433 printConstantArrayBefore(const ConstantArrayType *T, raw_ostream &OS) argument
439 printConstantArrayAfter(const ConstantArrayType *T, raw_ostream &OS) argument
455 printIncompleteArrayBefore(const IncompleteArrayType *T, raw_ostream &OS) argument
461 printIncompleteArrayAfter(const IncompleteArrayType *T, raw_ostream &OS) argument
467 printVariableArrayBefore(const VariableArrayType *T, raw_ostream &OS) argument
473 printVariableArrayAfter(const VariableArrayType *T, raw_ostream &OS) argument
493 printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) argument
498 printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) argument
502 printDecayedBefore(const DecayedType *T, raw_ostream &OS) argument
506 printDecayedAfter(const DecayedType *T, raw_ostream &OS) argument
510 printDependentSizedArrayBefore( const DependentSizedArrayType *T, raw_ostream &OS) argument
517 printDependentSizedArrayAfter( const DependentSizedArrayType *T, raw_ostream &OS) argument
527 printDependentSizedExtVectorBefore( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
532 printDependentSizedExtVectorAfter( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
542 printVectorBefore(const VectorType *T, raw_ostream &OS) argument
578 printVectorAfter(const VectorType *T, raw_ostream &OS) argument
582 printExtVectorBefore(const ExtVectorType *T, raw_ostream &OS) argument
586 printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) argument
594 printExceptionSpecification(raw_ostream &OS, const PrintingPolicy &Policy) const argument
621 printFunctionProtoBefore(const FunctionProtoType *T, raw_ostream &OS) argument
650 printFunctionProtoAfter(const FunctionProtoType *T, raw_ostream &OS) argument
775 printFunctionNoProtoBefore(const FunctionNoProtoType *T, raw_ostream &OS) argument
783 printFunctionNoProtoAfter(const FunctionNoProtoType *T, raw_ostream &OS) argument
796 printTypeSpec(const NamedDecl *D, raw_ostream &OS) argument
802 printUnresolvedUsingBefore(const UnresolvedUsingType *T, raw_ostream &OS) argument
806 printUnresolvedUsingAfter(const UnresolvedUsingType *T, raw_ostream &OS) argument
809 printTypedefBefore(const TypedefType *T, raw_ostream &OS) argument
812 printTypedefAfter(const TypedefType *T, raw_ostream &OS) argument
814 printTypeOfExprBefore(const TypeOfExprType *T, raw_ostream &OS) argument
821 printTypeOfExprAfter(const TypeOfExprType *T, raw_ostream &OS) argument
824 printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) argument
830 printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) argument
832 printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) argument
839 printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) argument
841 printUnaryTransformBefore(const UnaryTransformType *T, raw_ostream &OS) argument
856 printUnaryTransformAfter(const UnaryTransformType *T, raw_ostream &OS) argument
868 printAutoBefore(const AutoType *T, raw_ostream &OS) argument
881 printAutoAfter(const AutoType *T, raw_ostream &OS) argument
887 printAtomicBefore(const AtomicType *T, raw_ostream &OS) argument
895 printAtomicAfter(const AtomicType *T, raw_ostream &OS) argument
897 printPipeBefore(const PipeType *T, raw_ostream &OS) argument
905 printPipeAfter(const PipeType *T, raw_ostream &OS) argument
908 AppendScope(DeclContext *DC, raw_ostream &OS) argument
939 printTag(TagDecl *D, raw_ostream &OS) argument
1020 printRecordBefore(const RecordType *T, raw_ostream &OS) argument
1023 printRecordAfter(const RecordType *T, raw_ostream &OS) argument
1025 printEnumBefore(const EnumType *T, raw_ostream &OS) argument
1028 printEnumAfter(const EnumType *T, raw_ostream &OS) argument
1030 printTemplateTypeParmBefore(const TemplateTypeParmType *T, raw_ostream &OS) argument
1038 printTemplateTypeParmAfter(const TemplateTypeParmType *T, raw_ostream &OS) argument
1041 printSubstTemplateTypeParmBefore( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
1047 printSubstTemplateTypeParmAfter( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
1054 printSubstTemplateTypeParmPackBefore( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
1060 printSubstTemplateTypeParmPackAfter( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
1067 printTemplateSpecializationBefore( const TemplateSpecializationType *T, raw_ostream &OS) argument
1077 printTemplateSpecializationAfter( const TemplateSpecializationType *T, raw_ostream &OS) argument
1081 printInjectedClassNameBefore(const InjectedClassNameType *T, raw_ostream &OS) argument
1085 printInjectedClassNameAfter(const InjectedClassNameType *T, raw_ostream &OS) argument
1088 printElaboratedBefore(const ElaboratedType *T, raw_ostream &OS) argument
1104 printElaboratedAfter(const ElaboratedType *T, raw_ostream &OS) argument
1110 printParenBefore(const ParenType *T, raw_ostream &OS) argument
1117 printParenAfter(const ParenType *T, raw_ostream &OS) argument
1125 printDependentNameBefore(const DependentNameType *T, raw_ostream &OS) argument
1136 printDependentNameAfter(const DependentNameType *T, raw_ostream &OS) argument
1139 printDependentTemplateSpecializationBefore( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1155 printDependentTemplateSpecializationAfter( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1158 printPackExpansionBefore(const PackExpansionType *T, raw_ostream &OS) argument
1162 printPackExpansionAfter(const PackExpansionType *T, raw_ostream &OS) argument
1168 printAttributedBefore(const AttributedType *T, raw_ostream &OS) argument
1207 printAttributedAfter(const AttributedType *T, raw_ostream &OS) argument
1363 printObjCInterfaceBefore(const ObjCInterfaceType *T, raw_ostream &OS) argument
1368 printObjCInterfaceAfter(const ObjCInterfaceType *T, raw_ostream &OS) argument
1371 printObjCObjectBefore(const ObjCObjectType *T, raw_ostream &OS) argument
1411 printObjCObjectAfter(const ObjCObjectType *T, raw_ostream &OS) argument
1418 printObjCObjectPointerBefore(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1430 printObjCObjectPointerAfter(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1434 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentListInfo &Args, const PrintingPolicy &Policy) argument
1442 PrintTemplateArgumentList( raw_ostream &OS, ArrayRef<TemplateArgument> Args, const PrintingPolicy &Policy, bool SkipBrackets) argument
1492 PrintTemplateArgumentList(raw_ostream &OS, ArrayRef<TemplateArgumentLoc> Args, const PrintingPolicy &Policy) argument
1572 print(raw_ostream &OS, const PrintingPolicy& Policy, bool appendSpaceIfNonEmpty) const argument
1656 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder, unsigned Indentation) argument
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DSyntaxHighlighting.cpp21 WithColor::WithColor(llvm::raw_ostream &OS, enum HighlightColor Type) : OS(OS) { argument
23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) {
25 case Address: OS.changeColor(llvm::raw_ostream::YELLOW); break;
26 case String: OS.changeColor(llvm::raw_ostream::GREEN); break;
27 case Tag: OS.changeColor(llvm::raw_ostream::BLUE); break;
28 case Attribute: OS.changeColor(llvm::raw_ostream::CYAN); break;
29 case Enumerator: OS.changeColor(llvm::raw_ostream::MAGENTA); break;
30 case Macro: OS
[all...]
/external/llvm/lib/ProfileData/
H A DSampleProf.cpp65 void LineLocation::print(raw_ostream &OS) const {
66 OS << LineOffset;
68 OS << "." << Discriminator;
71 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS, argument
73 Loc.print(OS);
74 return OS;
79 /// \brief Print the sample record to the stream \p OS indented by \p Indent.
80 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const { argument
81 OS << NumSamples;
83 OS << ", call
92 operator <<(raw_ostream &OS, const SampleRecord &Sample) argument
99 print(raw_ostream &OS, unsigned Indent) const argument
133 operator <<(raw_ostream &OS, const FunctionSamples &FS) argument
[all...]

Completed in 550 milliseconds

1234567891011>>