Home
last modified time | relevance | path

Searched refs:raw_ostream (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUInstPrinter.h27 const MCSubtargetInfo &STI, raw_ostream &O);
31 const MCSubtargetInfo &STI, raw_ostream &O) override;
32 static void printRegOperand(unsigned RegNo, raw_ostream &O,
37 const MCSubtargetInfo &STI, raw_ostream &O);
38 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 const MCSubtargetInfo &STI, raw_ostream &O);
41 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMInstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O) override;
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
34 const MCSubtargetInfo &STI, raw_ostream &O);
36 raw_ostream &O);
40 raw_ostream &O);
45 raw_ostream &O);
48 const MCSubtargetInfo &STI, raw_ostream &O);
50 const MCSubtargetInfo &STI, raw_ostream &O);
53 const MCSubtargetInfo &STI, raw_ostream &O);
55 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBExtras.h20 class raw_ostream; variable
26 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);
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDTableGenBackends.h21 class raw_ostream; variable
27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS);
28 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS,
30 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
31 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
32 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
33 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
34 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
36 llvm::raw_ostream &OS);
38 llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64InstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O) override;
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
34 const MCSubtargetInfo &STI, raw_ostream &O);
36 raw_ostream &O);
40 raw_ostream &O);
51 raw_ostream &O);
54 raw_ostream &O);
56 raw_ostream &O);
58 raw_ostream &O);
59 template <typename T> void printImmSVE(T Value, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDTableGenBackends.h61 class raw_ostream; variable
64 void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS);
65 void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS);
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 …]
HDPredicateExpander.h25 class raw_ostream; variable
56 void expandTrue(raw_ostream &OS);
57 void expandFalse(raw_ostream &OS);
58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal,
60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
62 void expandCheckImmOperandSimple(raw_ostream &OS, int OpIndex,
64 void expandCheckRegOperand(raw_ostream &OS, int OpIndex, const Record *Reg,
66 void expandCheckRegOperandSimple(raw_ostream &OS, int OpIndex,
68 void expandCheckSameRegOperand(raw_ostream &OS, int First, int Second);
69 void expandCheckNumOperands(raw_ostream &OS, int NumOps);
[all …]
HDDAGISelMatcher.cpp22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
28 void Matcher::printOne(raw_ostream &OS) const { in printOne()
116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
134 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
142 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
146 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
150 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ATTInstPrinter.h26 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
28 const MCSubtargetInfo &STI, raw_ostream &OS) override;
29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
33 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
35 unsigned PrintMethodIdx, raw_ostream &O);
38 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &OS);
41 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) override;
42 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
44 void printSrcIdx(const MCInst *MI, unsigned Op, raw_ostream &O);
[all …]
HDX86IntelInstPrinter.h27 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
29 const MCSubtargetInfo &STI, raw_ostream &OS) override;
30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS);
34 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
36 unsigned PrintMethodIdx, raw_ostream &O);
39 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) override;
43 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O);
44 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
35 raw_ostream &O);
39 raw_ostream &O);
42 void printRegName(raw_ostream &O, unsigned RegNo) const override;
44 const MCSubtargetInfo &STI, raw_ostream &O) override;
48 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
49 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
50 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
51 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
52 void printBDRAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
[all …]
HDSystemZInstPrinter.cpp27 unsigned Index, raw_ostream &O) { in printAddress()
43 raw_ostream &O) { in printOperand()
60 raw_ostream &O) { in printInst()
65 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName()
70 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand()
77 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand()
84 raw_ostream &O) { in printU1ImmOperand()
89 raw_ostream &O) { in printU2ImmOperand()
94 raw_ostream &O) { in printU3ImmOperand()
99 raw_ostream &O) { in printU4ImmOperand()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h23 class raw_ostream; variable
99 void mangleName(const NamedDecl *D, raw_ostream &);
100 virtual void mangleCXXName(const NamedDecl *D, raw_ostream &) = 0;
103 raw_ostream &) = 0;
106 raw_ostream &) = 0;
109 raw_ostream &) = 0;
110 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0;
111 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0;
113 raw_ostream &) = 0;
115 raw_ostream &) = 0;
[all …]
HDASTDumperUtils.h30 llvm::raw_ostream::Colors Color;
45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true};
47 static const TerminalColor AttrColor = {llvm::raw_ostream::BLUE, true};
49 static const TerminalColor StmtColor = {llvm::raw_ostream::MAGENTA, true};
51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false};
54 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
57 static const TerminalColor AddressColor = {llvm::raw_ostream::YELLOW, false};
59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false};
62 static const TerminalColor ValueKindColor = {llvm::raw_ostream::CYAN, false};
64 static const TerminalColor ObjectKindColor = {llvm::raw_ostream::CYAN, false};
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
36 const MCSubtargetInfo &STI, raw_ostream &O) override;
39 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
42 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
45 raw_ostream &OS);
47 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 raw_ostream &O, const char *Modifier = nullptr);
50 void printATBitsAsHint(const MCInst *MI, unsigned OpNo, raw_ostream &O);
52 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDraw_ostream.h46 class raw_ostream {
100 explicit raw_ostream(bool unbuffered = false)
107 raw_ostream(const raw_ostream &) = delete;
108 void operator=(const raw_ostream &) = delete;
110 virtual ~raw_ostream();
160 raw_ostream &operator<<(char C) {
167 raw_ostream &operator<<(unsigned char C) {
174 raw_ostream &operator<<(signed char C) {
181 raw_ostream &operator<<(StringRef Str) {
196 raw_ostream &operator<<(const char *Str) {
[all …]
HDWithColor.h19 class raw_ostream; variable
38 raw_ostream &OS;
47 WithColor(raw_ostream &OS, HighlightColor S, bool DisableColors = false);
56 WithColor(raw_ostream &OS,
57 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
64 raw_ostream &get() { return OS; } in get()
65 operator raw_ostream &() { return OS; }
76 static raw_ostream &error();
78 static raw_ostream &warning();
80 static raw_ostream &note();
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDraw_ostream.cpp68 const raw_ostream::Colors raw_ostream::BLACK;
69 const raw_ostream::Colors raw_ostream::RED;
70 const raw_ostream::Colors raw_ostream::GREEN;
71 const raw_ostream::Colors raw_ostream::YELLOW;
72 const raw_ostream::Colors raw_ostream::BLUE;
73 const raw_ostream::Colors raw_ostream::MAGENTA;
74 const raw_ostream::Colors raw_ostream::CYAN;
75 const raw_ostream::Colors raw_ostream::WHITE;
76 const raw_ostream::Colors raw_ostream::SAVEDCOLOR;
77 const raw_ostream::Colors raw_ostream::RESET;
[all …]
HDWithColor.cpp21 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, bool DisableColors) in WithColor()
27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
30 OS.changeColor(raw_ostream::GREEN); in WithColor()
33 OS.changeColor(raw_ostream::BLUE); in WithColor()
36 OS.changeColor(raw_ostream::CYAN); in WithColor()
39 OS.changeColor(raw_ostream::MAGENTA); in WithColor()
42 OS.changeColor(raw_ostream::RED); in WithColor()
45 OS.changeColor(raw_ostream::RED, true); in WithColor()
48 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor()
51 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiInstPrinter.h28 const MCSubtargetInfo &STI, raw_ostream &O) override;
29 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
31 void printPredicateOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
32 void printMemRiOperand(const MCInst *MI, int OpNo, raw_ostream &O,
34 void printMemRrOperand(const MCInst *MI, int OpNo, raw_ostream &O,
36 void printMemSplsOperand(const MCInst *MI, int OpNo, raw_ostream &O,
38 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
39 void printAluOperand(const MCInst *MI, int OpNo, raw_ostream &O);
40 void printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDSourceCoverageViewText.cpp37 raw_ostream &OSRef = *OS.get(); in createIndexFile()
42 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n" in createIndexFile()
67 void SourceCoverageViewText::renderViewHeader(raw_ostream &) {} in renderViewHeader() argument
69 void SourceCoverageViewText::renderViewFooter(raw_ostream &) {} in renderViewFooter() argument
71 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName()
72 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName()
76 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix()
82 void SourceCoverageViewText::renderLineSuffix(raw_ostream &, unsigned) {} in renderLineSuffix() argument
84 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider()
95 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine()
[all …]
HDSourceCoverageViewHTML.h40 void emitFileSummary(raw_ostream &OS, StringRef SF,
49 void renderViewHeader(raw_ostream &OS) override;
51 void renderViewFooter(raw_ostream &OS) override;
53 void renderSourceName(raw_ostream &OS, bool WholeFile) override;
55 void renderLinePrefix(raw_ostream &OS, unsigned ViewDepth) override;
57 void renderLineSuffix(raw_ostream &OS, unsigned ViewDepth) override;
59 void renderViewDivider(raw_ostream &OS, unsigned ViewDepth) override;
61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
64 void renderExpansionSite(raw_ostream &OS, LineRef L,
68 void renderExpansionView(raw_ostream &OS, ExpansionView &ESV,
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.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); \
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsInstPrinter.h82 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
85 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
87 const MCSubtargetInfo &STI, raw_ostream &O) override;
89 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
91 unsigned PrintMethodIdx, raw_ostream &O);
94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
96 void printUImm(const MCInst *MI, int opNum, raw_ostream &O);
97 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
98 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O);
99 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O);
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp36 void writeMachO(raw_ostream &OS);
39 void writeHeader(raw_ostream &OS);
40 void writeLoadCommands(raw_ostream &OS);
41 void writeSectionData(raw_ostream &OS);
42 void writeLinkEditData(raw_ostream &OS);
44 void writeBindOpcodes(raw_ostream &OS,
47 void writeRebaseOpcodes(raw_ostream &OS);
48 void writeBasicBindOpcodes(raw_ostream &OS);
49 void writeWeakBindOpcodes(raw_ostream &OS);
50 void writeLazyBindOpcodes(raw_ostream &OS);
[all …]

12345678910>>...58