Home
last modified time | relevance | path

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

12345678910>>...63

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h26 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
29 const MCSubtargetInfo &STI, raw_ostream &O);
33 const MCSubtargetInfo &STI, raw_ostream &O) override;
34 static void printRegOperand(unsigned RegNo, raw_ostream &O,
39 const MCSubtargetInfo &STI, raw_ostream &O);
40 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 const MCSubtargetInfo &STI, raw_ostream &O);
43 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugUtils.h33 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym);
36 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols);
39 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols);
42 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols);
45 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags);
48 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV);
51 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV);
54 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags);
57 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols);
60 raw_ostream &operator<<(raw_ostream &OS,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O) override;
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 const MCSubtargetInfo &STI, raw_ostream &O);
37 const MCSubtargetInfo &STI, raw_ostream &O);
41 raw_ostream &O);
46 raw_ostream &O);
48 const MCSubtargetInfo &STI, raw_ostream &O) { in printOperand()
53 const MCSubtargetInfo &STI, raw_ostream &O);
55 const MCSubtargetInfo &STI, raw_ostream &O);
58 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DTableGenBackends.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h25 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value);
26 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
27 raw_ostream &operator<<(raw_ostream &OS, const PDB_BuiltinType &Type);
28 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data);
29 raw_ostream &operator<<(raw_ostream &OS,
31 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc);
32 raw_ostream &operator<<(raw_ostream &OS, const codeview::ThunkOrdinal &Thunk);
33 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
34 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang);
35 raw_ostream &operator<<(raw_ostream &OS, const PDB_SymType &Tag);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DTableGenBackends.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 EmitCodeBeads(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
72 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
[all …]
H A DPredicateExpander.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 …]
H A DDAGISelMatcher.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp19 raw_ostream &operator<<(raw_ostream &OS, const IntOrString &Item) { in operator <<()
26 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log()
34 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log()
46 raw_ostream &AcceleratorsResource::log(raw_ostream &OS) const { in log()
59 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log()
63 raw_ostream &CursorResource::log(raw_ostream &OS) const { in log()
67 raw_ostream &IconResource::log(raw_ostream &OS) const { in log()
71 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log()
81 raw_ostream &MenuDefinition::logFlags(raw_ostream &OS, uint16_t Flags) { in logFlags()
88 raw_ostream &MenuDefinitionList::log(raw_ostream &OS) const { in log()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O) override;
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 const MCSubtargetInfo &STI, raw_ostream &O);
37 const MCSubtargetInfo &STI, raw_ostream &O);
41 raw_ostream &O);
52 raw_ostream &O);
55 raw_ostream &O);
57 raw_ostream &O);
59 raw_ostream &O);
62 raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 const MCSubtargetInfo &STI, raw_ostream &O) override;
37 bool printAliasInstr(const MCInst *MI, uint64_t Address, raw_ostream &OS);
39 unsigned PrintMethodIdx, raw_ostream &O);
44 void printOperand(const MCInst *MI, unsigned opNum, raw_ostream &O);
45 void printImmediate(const MCInst *MI, unsigned opNum, raw_ostream &O);
47 void printMoveMask(const MCInst *MI, unsigned opNum, raw_ostream &O);
49 void printMoveMaskR(const MCInst *MI, unsigned opNum, raw_ostream &O);
50 void printDisp(const MCInst *MI, unsigned opNum, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
37 unsigned Index, raw_ostream &O);
41 raw_ostream &O);
44 raw_ostream &O);
47 inline void printRegName(raw_ostream &O, unsigned RegNo) const override { in printRegName()
52 const MCSubtargetInfo &STI, raw_ostream &O) override;
56 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
58 raw_ostream &O) { in printOperand()
61 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
62 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
36 const MCSubtargetInfo &STI, raw_ostream &O) override;
41 const MCSubtargetInfo &STI, raw_ostream &O);
45 const MCSubtargetInfo &STI, raw_ostream &OS);
48 const MCSubtargetInfo &STI, raw_ostream &OS);
51 raw_ostream &O);
53 const MCSubtargetInfo &STI, raw_ostream &O,
56 const MCSubtargetInfo &STI, raw_ostream &O);
59 const MCSubtargetInfo &STI, raw_ostream &O);
61 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp89 void printTo(llvm::raw_ostream &OS) const { in printTo()
118 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, in operator <<()
141 raw_ostream &operator<<(raw_ostream &OS, const SymbolStringPtr &Sym) { in operator <<()
145 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameSet &Symbols) { in operator <<()
149 raw_ostream &operator<<(raw_ostream &OS, const SymbolNameVector &Symbols) { in operator <<()
153 raw_ostream &operator<<(raw_ostream &OS, ArrayRef<SymbolStringPtr> Symbols) { in operator <<()
157 raw_ostream &operator<<(raw_ostream &OS, const JITSymbolFlags &Flags) { in operator <<()
175 raw_ostream &operator<<(raw_ostream &OS, const JITEvaluatedSymbol &Sym) { in operator <<()
180 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<()
184 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.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, uint64_t Address, raw_ostream &OS);
37 raw_ostream &O);
41 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
44 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) override;
45 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O);
46 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
47 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
H A DX86ATTInstPrinter.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, uint64_t Address, raw_ostream &OS);
36 raw_ostream &O);
40 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &OS);
43 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) override;
44 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
45 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
46 void printSrcIdx(const MCInst *MI, unsigned Op, raw_ostream &O);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h24 class raw_ostream; variable
120 void mangleName(GlobalDecl GD, raw_ostream &);
121 virtual void mangleCXXName(GlobalDecl GD, raw_ostream &) = 0;
124 raw_ostream &) = 0;
127 raw_ostream &) = 0;
130 raw_ostream &) = 0;
131 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0;
132 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0;
133 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
134 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);
[all …]
H A DASTDumperUtils.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp66 constexpr raw_ostream::Colors raw_ostream::BLACK;
67 constexpr raw_ostream::Colors raw_ostream::RED;
68 constexpr raw_ostream::Colors raw_ostream::GREEN;
69 constexpr raw_ostream::Colors raw_ostream::YELLOW;
70 constexpr raw_ostream::Colors raw_ostream::BLUE;
71 constexpr raw_ostream::Colors raw_ostream::MAGENTA;
72 constexpr raw_ostream::Colors raw_ostream::CYAN;
73 constexpr raw_ostream::Colors raw_ostream::WHITE;
74 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR;
75 constexpr raw_ostream::Colors raw_ostream::RESET;
[all …]
H A DWithColor.cpp22 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
28 OS.changeColor(raw_ostream::YELLOW); in WithColor()
31 OS.changeColor(raw_ostream::GREEN); in WithColor()
34 OS.changeColor(raw_ostream::BLUE); in WithColor()
37 OS.changeColor(raw_ostream::CYAN); in WithColor()
40 OS.changeColor(raw_ostream::MAGENTA); in WithColor()
43 OS.changeColor(raw_ostream::RED); in WithColor()
46 OS.changeColor(raw_ostream::RED, true); in WithColor()
49 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor()
52 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h50 class raw_ostream {
84 raw_ostream *TiedStream = nullptr;
118 explicit raw_ostream(bool unbuffered = false,
126 raw_ostream(const raw_ostream &) = delete;
127 void operator=(const raw_ostream &) = delete;
129 virtual ~raw_ostream();
188 raw_ostream &operator<<(char C) {
195 raw_ostream &operator<<(unsigned char C) {
202 raw_ostream &operator<<(signed char C) {
209 raw_ostream &operator<<(StringRef Str) {
[all …]
H A DWithColor.h54 raw_ostream &OS;
62 WithColor(raw_ostream &OS, HighlightColor S,
71 WithColor(raw_ostream &OS,
72 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
80 raw_ostream &get() { return OS; } in get()
81 operator raw_ostream &() { return OS; }
92 static raw_ostream &error();
94 static raw_ostream &warning();
96 static raw_ostream &note();
98 static raw_ostream &remark();
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp38 raw_ostream &OSRef = *OS.get(); in createIndexFile()
43 Opts.colored_ostream(OSRef, raw_ostream::CYAN) << "\n" in createIndexFile()
68 void SourceCoverageViewText::renderViewHeader(raw_ostream &) {} in renderViewHeader() argument
70 void SourceCoverageViewText::renderViewFooter(raw_ostream &) {} in renderViewFooter() argument
72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) { in renderSourceName()
73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName() in renderSourceName()
77 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS, in renderLinePrefix()
83 void SourceCoverageViewText::renderLineSuffix(raw_ostream &, unsigned) {} in renderLineSuffix() argument
85 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS, in renderViewDivider()
96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h24 class raw_ostream; variable
31 Error emitDebugAbbrev(raw_ostream &OS, const Data &DI);
32 Error emitDebugStr(raw_ostream &OS, const Data &DI);
34 Error emitDebugAranges(raw_ostream &OS, const Data &DI);
35 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
36 Error emitDebugPubnames(raw_ostream &OS, const Data &DI);
37 Error emitDebugPubtypes(raw_ostream &OS, const Data &DI);
38 Error emitDebugGNUPubnames(raw_ostream &OS, const Data &DI);
39 Error emitDebugGNUPubtypes(raw_ostream &OS, const Data &DI);
40 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
[all …]

12345678910>>...63