Searched refs:OS (Results 26 - 50 of 1405) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp17 void GIMatchDag::writeDOTGraph(raw_ostream &OS, StringRef ID) const { argument
21 OS << "{";
23 OS << Separator << "<" << Prefix << format("%d", Op.index()) << ">"
27 OS << "}";
30 OS << "digraph \"" << ID << "\" {\n"
33 OS << " " << format("Node%p", &*N) << " [shape=record,label=\"{";
35 OS << "|" << N->getName();
37 OS << "|" << N->getOpcodeAnnotation()->TheDef->getName();
39 OS << "|Match starts here";
40 OS << "|";
135 operator <<(raw_ostream &OS, const GIMatchDag &G) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCLabel.cpp17 void MCLabel::print(raw_ostream &OS) const {
18 OS << '"' << getInstance() << '"';
H A DMCInst.cpp20 void MCOperand::print(raw_ostream &OS) const {
21 OS << "<MCOperand ";
23 OS << "INVALID";
25 OS << "Reg:" << getReg();
27 OS << "Imm:" << getImm();
29 OS << "FPImm:" << getFPImm();
31 OS << "Expr:(" << *getExpr() << ")";
33 OS << "Inst:(" << *getInst() << ")";
35 OS << "UNDEFINED";
36 OS << ">";
72 dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer, StringRef Separator) const argument
78 dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator) const argument
[all...]
H A DMCValue.cpp18 void MCValue::print(raw_ostream &OS) const {
20 OS << getConstant();
27 OS << ':' << getRefKind() << ':';
29 OS << *getSymA();
32 OS << " - ";
33 OS << *getSymB();
37 OS << " + " << getConstant();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRTargetStreamer.cpp25 MCStreamer &OS = getStreamer(); local
26 MCContext &Context = OS.getContext();
33 OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
34 OS.emitRawComment("copy all variables from program memory to RAM on startup");
35 OS.EmitSymbolAttribute(DoCopyData, MCSA_Global);
37 OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
38 OS.emitRawComment("clear the zeroed data section on startup");
39 OS.EmitSymbolAttribute(DoClearBss, MCSA_Global);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp20 void PipelinePrinter::printReport(llvm::raw_ostream &OS) const {
22 V->printView(OS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp17 void DWARFCompileUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { argument
18 OS << format("0x%08" PRIx64, getOffset()) << ": Compile Unit:"
22 OS << " unit_type = " << dwarf::UnitTypeString(getUnitType());
23 OS << " abbr_offset = "
27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId());
28 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset())
32 CUDie.dump(OS, 0, DumpOpts);
34 OS << "<compile unit can't be parsed!>\n\n";
H A DDWARFAddressRange.cpp16 void DWARFAddressRange::dump(raw_ostream &OS, uint32_t AddressSize, argument
20 OS << (DumpOpts.DisplayRawContents ? " " : "[");
21 OS << format("0x%*.*" PRIx64 ", ", AddressSize * 2, AddressSize * 2, LowPC)
23 OS << (DumpOpts.DisplayRawContents ? "" : ")");
26 DWARFFormValue::dumpAddressSection(*Obj, OS, DumpOpts, SectionIndex);
29 raw_ostream &llvm::operator<<(raw_ostream &OS, const DWARFAddressRange &R) { argument
30 R.dump(OS, /* AddressSize */ 8);
31 return OS;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp33 raw_svector_ostream OS(Out);
34 print(OS);
57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, argument
63 Ptr.twine->print(OS);
66 OS << Ptr.cString;
69 OS << *Ptr.stdString;
72 OS << *Ptr.stringRef;
75 OS << *Ptr.smallString;
78 OS << *Ptr.formatvObject;
81 OS << Pt
107 printOneChildRepr(raw_ostream &OS, Child Ptr, NodeKind Kind) const argument
[all...]
H A DWithColor.cpp21 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, bool DisableColors) argument
22 : OS(OS), DisableColors(DisableColors) {
27 OS.changeColor(raw_ostream::YELLOW);
30 OS.changeColor(raw_ostream::GREEN);
33 OS.changeColor(raw_ostream::BLUE);
36 OS.changeColor(raw_ostream::CYAN);
39 OS.changeColor(raw_ostream::MAGENTA);
42 OS.changeColor(raw_ostream::RED);
45 OS
68 error(raw_ostream &OS, StringRef Prefix, bool DisableColors) argument
76 warning(raw_ostream &OS, StringRef Prefix, bool DisableColors) argument
84 note(raw_ostream &OS, StringRef Prefix, bool DisableColors) argument
91 remark(raw_ostream &OS, StringRef Prefix, bool DisableColors) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp37 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const SourceLocation &SL) { argument
38 OS << SL.Name << " @ ";
40 OS << SL.Dir;
42 OS << '\\';
44 OS << '/';
47 OS << "<invalid-file>";
49 OS << SL.Base;
50 OS << ':' << SL.Line;
51 return OS;
54 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, cons argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h26 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value);
27 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
28 raw_ostream &operator<<(raw_ostream &OS, const PDB_BuiltinType &Type);
29 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data);
30 raw_ostream &operator<<(raw_ostream &OS,
32 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc);
33 raw_ostream &operator<<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk);
34 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang);
36 raw_ostream &operator<<(raw_ostream &OS, cons
48 dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DIVUsersPrinter.h20 raw_ostream &OS; member in class:llvm::IVUsersPrinterPass
23 explicit IVUsersPrinterPass(raw_ostream &OS) : OS(OS) {} argument
H A DLoopAccessAnalysisPrinter.h20 raw_ostream &OS; member in class:llvm::LoopAccessInfoPrinterPass
23 explicit LoopAccessInfoPrinterPass(raw_ostream &OS) : OS(OS) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp12 void llvm::format_provider<DIERef>::format(const DIERef &ref, raw_ostream &OS, argument
15 OS << format_hex_no_prefix(*ref.dwo_num(), 8) << "/";
16 OS << (ref.section() == DIERef::DebugInfo ? "INFO" : "TYPE");
17 OS << "/" << format_hex_no_prefix(ref.die_offset(), 8);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp111 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
113 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
116 void spaceBeforePlaceHolder(raw_ostream &OS);
117 void printTypeSpec(NamedDecl *D, raw_ostream &OS);
119 void printBefore(QualType T, raw_ostream &OS);
120 void printAfter(QualType T, raw_ostream &OS);
121 void AppendScope(DeclContext *DC, raw_ostream &OS);
122 void printTag(TagDecl *T, raw_ostream &OS);
123 void printFunctionAfter(const FunctionType::ExtInfo &Info, raw_ostream &OS);
126 void print##CLASS##Before(const CLASS##Type *T, raw_ostream &OS); \
137 AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals, bool HasRestrictKeyword) argument
159 spaceBeforePlaceHolder(raw_ostream &OS) argument
171 print(QualType t, raw_ostream &OS, StringRef PlaceHolder) argument
176 print(const Type *T, Qualifiers Quals, raw_ostream &OS, StringRef PlaceHolder) argument
277 printBefore(QualType T, raw_ostream &OS) argument
291 printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) argument
337 printAfter(QualType t, raw_ostream &OS) argument
344 printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) argument
354 printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) argument
359 printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) argument
361 printComplexBefore(const ComplexType *T, raw_ostream &OS) argument
366 printComplexAfter(const ComplexType *T, raw_ostream &OS) argument
370 printPointerBefore(const PointerType *T, raw_ostream &OS) argument
381 printPointerAfter(const PointerType *T, raw_ostream &OS) argument
391 printBlockPointerBefore(const BlockPointerType *T, raw_ostream &OS) argument
398 printBlockPointerAfter(const BlockPointerType *T, raw_ostream &OS) argument
412 printLValueReferenceBefore(const LValueReferenceType *T, raw_ostream &OS) argument
425 printLValueReferenceAfter(const LValueReferenceType *T, raw_ostream &OS) argument
437 printRValueReferenceBefore(const RValueReferenceType *T, raw_ostream &OS) argument
450 printRValueReferenceAfter(const RValueReferenceType *T, raw_ostream &OS) argument
462 printMemberPointerBefore(const MemberPointerType *T, raw_ostream &OS) argument
479 printMemberPointerAfter(const MemberPointerType *T, raw_ostream &OS) argument
490 printConstantArrayBefore(const ConstantArrayType *T, raw_ostream &OS) argument
497 printConstantArrayAfter(const ConstantArrayType *T, raw_ostream &OS) argument
513 printIncompleteArrayBefore(const IncompleteArrayType *T, raw_ostream &OS) argument
520 printIncompleteArrayAfter(const IncompleteArrayType *T, raw_ostream &OS) argument
526 printVariableArrayBefore(const VariableArrayType *T, raw_ostream &OS) argument
533 printVariableArrayAfter(const VariableArrayType *T, raw_ostream &OS) argument
553 printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) argument
559 printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) argument
563 printDecayedBefore(const DecayedType *T, raw_ostream &OS) argument
568 printDecayedAfter(const DecayedType *T, raw_ostream &OS) argument
572 printDependentSizedArrayBefore( const DependentSizedArrayType *T, raw_ostream &OS) argument
580 printDependentSizedArrayAfter( const DependentSizedArrayType *T, raw_ostream &OS) argument
590 printDependentAddressSpaceBefore( const DependentAddressSpaceType *T, raw_ostream &OS) argument
595 printDependentAddressSpaceAfter( const DependentAddressSpaceType *T, raw_ostream &OS) argument
604 printDependentSizedExtVectorBefore( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
610 printDependentSizedExtVectorAfter( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
620 printVectorBefore(const VectorType *T, raw_ostream &OS) argument
657 printVectorAfter(const VectorType *T, raw_ostream &OS) argument
661 printDependentVectorBefore( const DependentVectorType *T, raw_ostream &OS) argument
704 printDependentVectorAfter( const DependentVectorType *T, raw_ostream &OS) argument
709 printExtVectorBefore(const ExtVectorType *T, raw_ostream &OS) argument
714 printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) argument
722 printExceptionSpecification(raw_ostream &OS, const PrintingPolicy &Policy) const argument
752 printFunctionProtoBefore(const FunctionProtoType *T, raw_ostream &OS) argument
781 printFunctionProtoAfter(const FunctionProtoType *T, raw_ostream &OS) argument
845 printFunctionAfter(const FunctionType::ExtInfo &Info, raw_ostream &OS) argument
923 printFunctionNoProtoBefore(const FunctionNoProtoType *T, raw_ostream &OS) argument
932 printFunctionNoProtoAfter(const FunctionNoProtoType *T, raw_ostream &OS) argument
944 printTypeSpec(NamedDecl *D, raw_ostream &OS) argument
957 printUnresolvedUsingBefore(const UnresolvedUsingType *T, raw_ostream &OS) argument
962 printUnresolvedUsingAfter(const UnresolvedUsingType *T, raw_ostream &OS) argument
965 printTypedefBefore(const TypedefType *T, raw_ostream &OS) argument
969 printMacroQualifiedBefore(const MacroQualifiedType *T, raw_ostream &OS) argument
979 printMacroQualifiedAfter(const MacroQualifiedType *T, raw_ostream &OS) argument
984 printTypedefAfter(const TypedefType *T, raw_ostream &OS) argument
986 printTypeOfExprBefore(const TypeOfExprType *T, raw_ostream &OS) argument
994 printTypeOfExprAfter(const TypeOfExprType *T, raw_ostream &OS) argument
997 printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) argument
1004 printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) argument
1006 printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) argument
1014 printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) argument
1016 printUnaryTransformBefore(const UnaryTransformType *T, raw_ostream &OS) argument
1032 printUnaryTransformAfter(const UnaryTransformType *T, raw_ostream &OS) argument
1044 printAutoBefore(const AutoType *T, raw_ostream &OS) argument
1065 printAutoAfter(const AutoType *T, raw_ostream &OS) argument
1071 printDeducedTemplateSpecializationBefore( const DeducedTemplateSpecializationType *T, raw_ostream &OS) argument
1083 printDeducedTemplateSpecializationAfter( const DeducedTemplateSpecializationType *T, raw_ostream &OS) argument
1090 printAtomicBefore(const AtomicType *T, raw_ostream &OS) argument
1099 printAtomicAfter(const AtomicType *T, raw_ostream &OS) argument
1101 printPipeBefore(const PipeType *T, raw_ostream &OS) argument
1113 printPipeAfter(const PipeType *T, raw_ostream &OS) argument
1116 AppendScope(DeclContext *DC, raw_ostream &OS) argument
1145 printTag(TagDecl *D, raw_ostream &OS) argument
1230 printRecordBefore(const RecordType *T, raw_ostream &OS) argument
1234 printRecordAfter(const RecordType *T, raw_ostream &OS) argument
1236 printEnumBefore(const EnumType *T, raw_ostream &OS) argument
1240 printEnumAfter(const EnumType *T, raw_ostream &OS) argument
1242 printTemplateTypeParmBefore(const TemplateTypeParmType *T, raw_ostream &OS) argument
1259 printTemplateTypeParmAfter(const TemplateTypeParmType *T, raw_ostream &OS) argument
1262 printSubstTemplateTypeParmBefore( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
1269 printSubstTemplateTypeParmAfter( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
1276 printSubstTemplateTypeParmPackBefore( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
1283 printSubstTemplateTypeParmPackAfter( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
1290 printTemplateSpecializationBefore( const TemplateSpecializationType *T, raw_ostream &OS) argument
1300 printTemplateSpecializationAfter( const TemplateSpecializationType *T, raw_ostream &OS) argument
1304 printInjectedClassNameBefore(const InjectedClassNameType *T, raw_ostream &OS) argument
1309 printInjectedClassNameAfter(const InjectedClassNameType *T, raw_ostream &OS) argument
1312 printElaboratedBefore(const ElaboratedType *T, raw_ostream &OS) argument
1340 printElaboratedAfter(const ElaboratedType *T, raw_ostream &OS) argument
1348 printParenBefore(const ParenType *T, raw_ostream &OS) argument
1356 printParenAfter(const ParenType *T, raw_ostream &OS) argument
1364 printDependentNameBefore(const DependentNameType *T, raw_ostream &OS) argument
1376 printDependentNameAfter(const DependentNameType *T, raw_ostream &OS) argument
1379 printDependentTemplateSpecializationBefore( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1394 printDependentTemplateSpecializationAfter( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1397 printPackExpansionBefore(const PackExpansionType *T, raw_ostream &OS) argument
1402 printPackExpansionAfter(const PackExpansionType *T, raw_ostream &OS) argument
1408 printAttributedBefore(const AttributedType *T, raw_ostream &OS) argument
1450 printAttributedAfter(const AttributedType *T, raw_ostream &OS) argument
1570 printObjCInterfaceBefore(const ObjCInterfaceType *T, raw_ostream &OS) argument
1576 printObjCInterfaceAfter(const ObjCInterfaceType *T, raw_ostream &OS) argument
1579 printObjCTypeParamBefore(const ObjCTypeParamType *T, raw_ostream &OS) argument
1598 printObjCTypeParamAfter(const ObjCTypeParamType *T, raw_ostream &OS) argument
1601 printObjCObjectBefore(const ObjCObjectType *T, raw_ostream &OS) argument
1642 printObjCObjectAfter(const ObjCObjectType *T, raw_ostream &OS) argument
1649 printObjCObjectPointerBefore(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1662 printObjCObjectPointerAfter(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1672 printArgument(const TemplateArgument &A, const PrintingPolicy &PP, llvm::raw_ostream &OS) argument
1677 printArgument(const TemplateArgumentLoc &A, const PrintingPolicy &PP, llvm::raw_ostream &OS) argument
1686 printTo(raw_ostream &OS, ArrayRef<TA> Args, const PrintingPolicy &Policy, bool SkipBrackets) argument
1733 printTemplateArgumentList(raw_ostream &OS, const TemplateArgumentListInfo &Args, const PrintingPolicy &Policy) argument
1739 printTemplateArgumentList(raw_ostream &OS, ArrayRef<TemplateArgument> Args, const PrintingPolicy &Policy) argument
1745 printTemplateArgumentList(raw_ostream &OS, ArrayRef<TemplateArgumentLoc> Args, const PrintingPolicy &Policy) argument
1817 print(raw_ostream &OS, const PrintingPolicy& Policy, bool appendSpaceIfNonEmpty) const argument
1894 print(raw_ostream &OS, const PrintingPolicy &Policy, const Twine &PlaceHolder, unsigned Indentation) const argument
1900 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder, unsigned Indentation) argument
[all...]
H A DTextNodeDumper.cpp21 static void dumpPreviousDeclImpl(raw_ostream &OS, ...) {} argument
24 static void dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) { argument
27 OS << " first " << First;
31 static void dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) { argument
34 OS << " prev " << Prev;
39 static void dumpPreviousDecl(raw_ostream &OS, const Decl *D) { argument
43 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D));
50 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors, argument
54 : TextTreeStructure(OS, ShowColors), OS(O
629 dumpBasePath(raw_ostream &OS, const CastExpr *Node) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DPrintable.h27 /// return Printable([Register](raw_ostream &OS) {
28 /// OS << getRegisterName(Register);
31 /// ... OS << PrintRegister(Register); ...
39 std::function<void(raw_ostream &OS)> Print;
40 Printable(std::function<void(raw_ostream &OS)> Print)
44 inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) { argument
45 P.Print(OS);
46 return OS;
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp224 virtual void writeAccessors(raw_ostream &OS) const = 0;
225 virtual void writeAccessorDefinitions(raw_ostream &OS) const {}
226 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {}
227 virtual void writeCloneArgs(raw_ostream &OS) const = 0;
228 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0;
229 virtual void writeTemplateInstantiation(raw_ostream &OS) const {}
230 virtual void writeCtorBody(raw_ostream &OS) const {}
231 virtual void writeCtorInitializers(raw_ostream &OS) const = 0;
232 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0;
233 virtual void writeCtorParameters(raw_ostream &OS) cons
759 writeValueImpl(OS); variable
766 writeDumpImpl(OS); variable
1325 writeAvailabilityValue(raw_ostream &OS) argument
1335 writeDeprecatedAttrValue(raw_ostream &OS, std::string &Variety) argument
1344 writeGetSpellingFunction(Record &R, raw_ostream &OS) argument
1368 writePrettyPrintFunction(Record &R, const std::vector<std::unique_ptr<Argument>> &Args, raw_ostream &OS) argument
1553 writeAttrAccessorDefinition(const Record &R, raw_ostream &OS) argument
1647 WriteSemanticSpellingSwitch(const std::string &VarName, const SemanticSpellingMap &Map, raw_ostream &OS) argument
1658 emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) argument
1890 emitMatchRuleList(raw_ostream &OS) argument
1966 generateStrictConformsTo(const Record &Attr, raw_ostream &OS) argument
1999 generateParsingHelpers(raw_ostream &OS) argument
2101 emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) argument
2124 emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) argument
2159 emitClangAttrVariadicIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) argument
2180 emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) argument
2206 emitClangAttrThisIsaIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) argument
2227 EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) argument
2496 EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument
2561 emitAttrList(raw_ostream &OS, StringRef Class, const std::vector<Record*> &AttrList) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, argument
23 size_t Pos = (size_t)OS.tell();
26 OS << Prefix;
27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size();
29 OS << Fill;
30 OS << Suffix << '\n';
33 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { argument
34 printLine(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\");
37 printLine(OS, Prefix, ' ', Suffix);
43 printLine(OS, Prefi
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp34 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
35 OS << StringRef(getRegisterName(RegNo)).lower();
38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, argument
41 OS << "\t" << Alias << " ";
42 printOperand(MI, OpNo0, OS);
43 OS << ", ";
44 printOperand(MI, OpNo1, OS);
72 raw_ostream &OS,
76 OS << "\t" << Opcode << "\t[" << decIncOperator(MI) << "%"
82 OS << "\
71 printMemoryLoadIncrement(const MCInst *MI, raw_ostream &OS, StringRef Opcode, int AddOffset) argument
90 printMemoryStoreIncrement(const MCInst *MI, raw_ostream &OS, StringRef Opcode, int AddOffset) argument
109 printAlias(const MCInst *MI, raw_ostream &OS) argument
140 printInst(const MCInst *MI, uint64_t Address, StringRef Annotation, const MCSubtargetInfo & , raw_ostream &OS) argument
149 printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS, const char *Modifier) argument
163 printMemImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) argument
177 printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) argument
189 printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) argument
201 printLo16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) argument
213 printMemoryBaseRegister(raw_ostream &OS, const unsigned AluCode, const MCOperand &RegOp) argument
226 printMemoryImmediateOffset(const MCAsmInfo &MAI, const MCOperand &OffsetOp, raw_ostream &OS) argument
237 printMemRiOperand(const MCInst *MI, int OpNo, raw_ostream &OS, const char * ) argument
252 printMemRrOperand(const MCInst *MI, int OpNo, raw_ostream &OS, const char * ) argument
273 printMemSplsOperand(const MCInst *MI, int OpNo, raw_ostream &OS, const char * ) argument
288 printCCOperand(const MCInst *MI, int OpNo, raw_ostream &OS) argument
299 printPredicateOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrintingPass.cpp29 raw_ostream &OS; member in struct:__anon1746::MIRPrintingPass
32 MIRPrintingPass() : MachineFunctionPass(ID), OS(dbgs()) {}
33 MIRPrintingPass(raw_ostream &OS) : MachineFunctionPass(ID), OS(OS) {} argument
51 printMIR(OS, M);
52 OS << MachineFunctions;
66 MachineFunctionPass *createPrintMIRPass(raw_ostream &OS) { argument
67 return new MIRPrintingPass(OS);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp137 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
140 OS << Records; // No argument, dump all contents
143 EmitJSON(Records, OS);
146 EmitCodeEmitter(Records, OS);
149 EmitRegisterInfo(Records, OS);
152 EmitInstrInfo(Records, OS);
155 EmitInstrDocs(Records, OS);
158 EmitCallingConv(Records, OS);
161 EmitAsmWriter(Records, OS);
164 EmitAsmMatcher(Records, OS);
[all...]
H A DWebAssemblyDisassemblerEmitter.cpp24 raw_ostream &OS,
81 OS << "#include \"MCTargetDesc/WebAssemblyMCTargetDesc.h\"\n";
82 OS << "\n";
83 OS << "namespace llvm {\n\n";
84 OS << "static constexpr int WebAssemblyInstructionTableSize = ";
85 OS << WebAssemblyInstructionTableSize << ";\n\n";
86 OS << "enum EntryType : uint8_t { ";
87 OS << "ET_Unused, ET_Prefix, ET_Instruction };\n\n";
88 OS << "struct WebAssemblyInstruction {\n";
89 OS << " uint16_
23 emitWebAssemblyDisassemblerTables( raw_ostream &OS, const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp38 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { argument
41 OS.write(reinterpret_cast<char *>(&Integer), sizeof(T));
45 raw_ostream &OS, bool IsLittleEndian) {
47 writeInteger((uint64_t)Integer, OS, IsLittleEndian);
49 writeInteger((uint32_t)Integer, OS, IsLittleEndian);
51 writeInteger((uint16_t)Integer, OS, IsLittleEndian);
53 writeInteger((uint8_t)Integer, OS, IsLittleEndian);
58 static void ZeroFillBytes(raw_ostream &OS, size_t Size) { argument
61 OS.write(reinterpret_cast<char *>(FillData.data()), Size);
65 raw_ostream &OS, boo
44 writeVariableSizedInteger(uint64_t Integer, size_t Size, raw_ostream &OS, bool IsLittleEndian) argument
64 writeInitialLength(const DWARFYAML::InitialLength &Length, raw_ostream &OS, bool IsLittleEndian) argument
71 EmitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) argument
78 EmitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) argument
94 EmitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) argument
117 EmitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, bool IsLittleEndian) argument
137 raw_ostream &OS; member in class:__anon1950::DumpVisitor
199 EmitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) argument
204 EmitFileEntry(raw_ostream &OS, const DWARFYAML::File &File) argument
212 EmitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) argument
[all...]

Completed in 689 milliseconds

1234567891011>>