Home
last modified time | relevance | path

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

12345678910>>...69

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
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 …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O);
32 void printRegName(raw_ostream &OS, MCRegister Reg) const override;
34 const MCSubtargetInfo &STI, raw_ostream &O) override;
35 static void printRegOperand(unsigned RegNo, raw_ostream &O,
40 const MCSubtargetInfo &STI, raw_ostream &O);
41 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 const MCSubtargetInfo &STI, raw_ostream &O);
44 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
46 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
DR600InstPrinter.h23 const MCSubtargetInfo &STI, raw_ostream &O) override;
25 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
28 void printAbs(const MCInst *MI, unsigned OpNo, raw_ostream &O);
29 void printBankSwizzle(const MCInst *MI, unsigned OpNo, raw_ostream &O);
30 void printClamp(const MCInst *MI, unsigned OpNo, raw_ostream &O);
31 void printCT(const MCInst *MI, unsigned OpNo, raw_ostream &O);
32 void printKCache(const MCInst *MI, unsigned OpNo, raw_ostream &O);
33 void printLast(const MCInst *MI, unsigned OpNo, raw_ostream &O);
34 void printLiteral(const MCInst *MI, unsigned OpNo, raw_ostream &O);
35 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/openbsd/src/gnu/llvm/clang/utils/TableGen/
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 …]
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
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 …]
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.h29 const MCSubtargetInfo &STI, raw_ostream &O) override;
30 void printRegName(raw_ostream &OS, MCRegister Reg) 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);
51 const MCSubtargetInfo &STI, raw_ostream &O);
53 const MCSubtargetInfo &STI, raw_ostream &O);
56 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
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 EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
[all …]
DPredicateExpander.h24 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 …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.h31 const MCSubtargetInfo &STI, raw_ostream &O) override;
32 void printRegName(raw_ostream &OS, MCRegister Reg) const override;
33 void printRegName(raw_ostream &OS, MCRegister Reg, unsigned AltIdx) const;
38 const MCSubtargetInfo &STI, raw_ostream &O);
40 const MCSubtargetInfo &STI, raw_ostream &O);
44 raw_ostream &O);
53 raw_ostream &O);
55 raw_ostream &O);
57 raw_ostream &O, StringRef Annot);
60 raw_ostream &O);
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
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 …]
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
37 const MCOperand &DispMO, MCRegister Index, raw_ostream &O);
40 void printOperand(const MCOperand &MO, const MCAsmInfo *MAI, raw_ostream &O);
43 raw_ostream &O) const;
46 void printRegName(raw_ostream &O, MCRegister Reg) const override;
49 const MCSubtargetInfo &STI, raw_ostream &O) override;
53 void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
55 void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
58 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
60 raw_ostream &O) { in printOperand()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.h34 void printRegName(raw_ostream &OS, MCRegister Reg) 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 …]
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
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 …]
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.h26 void printRegName(raw_ostream &OS, MCRegister Reg) 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 …]
DX86IntelInstPrinter.h27 void printRegName(raw_ostream &OS, MCRegister Reg) 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 …]
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DMangle.h25 class raw_ostream; variable
131 void mangleName(GlobalDecl GD, raw_ostream &);
132 virtual void mangleCXXName(GlobalDecl GD, raw_ostream &) = 0;
135 raw_ostream &) = 0;
138 raw_ostream &) = 0;
141 raw_ostream &) = 0;
142 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0;
143 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0;
144 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
145 virtual void mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream&);
[all …]
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 …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DWithColor.h55 using AutoDetectFunctionType = bool (*)(const raw_ostream &OS);
61 WithColor(raw_ostream &OS, HighlightColor S,
70 WithColor(raw_ostream &OS,
71 raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR,
79 raw_ostream &get() { return OS; } in get()
80 operator raw_ostream &() { return OS; }
91 static raw_ostream &error();
93 static raw_ostream &warning();
95 static raw_ostream &note();
97 static raw_ostream &remark();
[all …]
Draw_ostream.h52 class raw_ostream {
86 raw_ostream *TiedStream = nullptr;
120 explicit raw_ostream(bool unbuffered = false,
128 raw_ostream(const raw_ostream &) = delete;
129 void operator=(const raw_ostream &) = delete;
131 virtual ~raw_ostream();
190 raw_ostream &operator<<(char C) {
197 raw_ostream &operator<<(unsigned char C) {
204 raw_ostream &operator<<(signed char C) {
211 raw_ostream &operator<<(StringRef Str) {
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Support/
DWithColor.cpp36 static bool DefaultAutoDetectFunction(const raw_ostream &OS) { in DefaultAutoDetectFunction()
44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
50 OS.changeColor(raw_ostream::YELLOW); in WithColor()
53 OS.changeColor(raw_ostream::GREEN); in WithColor()
56 OS.changeColor(raw_ostream::BLUE); in WithColor()
59 OS.changeColor(raw_ostream::CYAN); in WithColor()
62 OS.changeColor(raw_ostream::MAGENTA); in WithColor()
65 OS.changeColor(raw_ostream::RED); in WithColor()
68 OS.changeColor(raw_ostream::RED, true); in WithColor()
71 OS.changeColor(raw_ostream::MAGENTA, true); in WithColor()
[all …]
Draw_ostream.cpp65 constexpr raw_ostream::Colors raw_ostream::BLACK;
66 constexpr raw_ostream::Colors raw_ostream::RED;
67 constexpr raw_ostream::Colors raw_ostream::GREEN;
68 constexpr raw_ostream::Colors raw_ostream::YELLOW;
69 constexpr raw_ostream::Colors raw_ostream::BLUE;
70 constexpr raw_ostream::Colors raw_ostream::MAGENTA;
71 constexpr raw_ostream::Colors raw_ostream::CYAN;
72 constexpr raw_ostream::Colors raw_ostream::WHITE;
73 constexpr raw_ostream::Colors raw_ostream::SAVEDCOLOR;
74 constexpr raw_ostream::Colors raw_ostream::RESET;
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
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 printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printLo16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/openbsd/src/gnu/llvm/lld/wasm/
DWriterUtils.h25 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg);
27 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg);
29 void writeBytes(raw_ostream &os, const char *bytes, size_t count,
32 void writeStr(raw_ostream &os, StringRef string, const Twine &msg);
34 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg);
36 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg);
38 void writeValueType(raw_ostream &os, llvm::wasm::ValType type,
41 void writeSig(raw_ostream &os, const llvm::wasm::WasmSignature &sig);
43 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg);
45 void writeI64Const(raw_ostream &os, int64_t number, const Twine &msg);
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h24 class raw_ostream; variable
30 Error emitDebugAbbrev(raw_ostream &OS, const Data &DI);
31 Error emitDebugStr(raw_ostream &OS, const Data &DI);
33 Error emitDebugAranges(raw_ostream &OS, const Data &DI);
34 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
35 Error emitDebugPubnames(raw_ostream &OS, const Data &DI);
36 Error emitDebugPubtypes(raw_ostream &OS, const Data &DI);
37 Error emitDebugGNUPubnames(raw_ostream &OS, const Data &DI);
38 Error emitDebugGNUPubtypes(raw_ostream &OS, const Data &DI);
39 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
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 …]

12345678910>>...69