Home
last modified time | relevance | path

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

12345678910>>...32

/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h29 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
31 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 raw_ostream &O);
39 raw_ostream &O);
42 const MCSubtargetInfo &STI, raw_ostream &O);
44 const MCSubtargetInfo &STI, raw_ostream &O);
47 const MCSubtargetInfo &STI, raw_ostream &O);
49 const MCSubtargetInfo &STI, raw_ostream &O);
51 const MCSubtargetInfo &STI, raw_ostream &O);
53 const MCSubtargetInfo &STI, raw_ostream &O);
[all …]
/external/llvm/lib/Target/R600/InstPrinter/
DAMDGPUInstPrinter.h29 void printInstruction(const MCInst *MI, raw_ostream &O);
32 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
34 static void printRegOperand(unsigned RegNo, raw_ostream &O,
38 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printOffen(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 void printIdxen(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
DAMDGPUInstPrinter.cpp22 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
31 raw_ostream &O) { in printU8ImmOperand()
36 raw_ostream &O) { in printU16ImmOperand()
41 raw_ostream &O) { in printU32ImmOperand()
46 raw_ostream &O) { in printU8ImmDecOperand()
51 raw_ostream &O) { in printU16ImmDecOperand()
56 raw_ostream &O) { in printOffen()
62 raw_ostream &O) { in printIdxen()
68 raw_ostream &O) { in printAddr64()
74 raw_ostream &O) { in printMBUFOffset()
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBExtras.h20 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value);
21 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
22 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data);
23 raw_ostream &operator<<(raw_ostream &OS, const PDB_RegisterId &Reg);
24 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc);
25 raw_ostream &operator<<(raw_ostream &OS, const PDB_ThunkOrdinal &Thunk);
26 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
27 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang);
28 raw_ostream &operator<<(raw_ostream &OS, const PDB_SymType &Tag);
29 raw_ostream &operator<<(raw_ostream &OS, const PDB_MemberAccess &Access);
[all …]
/external/clang/utils/TableGen/
DTableGenBackends.h22 class raw_ostream; variable
26 using llvm::raw_ostream;
31 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);
[all …]
DClangAttrEmitter.cpp188 virtual void writeAccessors(raw_ostream &OS) const = 0;
189 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions()
190 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} in writeASTVisitorTraversal()
191 virtual void writeCloneArgs(raw_ostream &OS) const = 0;
192 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0;
193 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation()
194 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody()
195 virtual void writeCtorInitializers(raw_ostream &OS) const = 0;
196 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0;
197 virtual void writeCtorParameters(raw_ostream &OS) const = 0;
[all …]
/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
36 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
38 unsigned PrintMethodIdx, raw_ostream &O);
41 void printInstruction(const MCInst *MI, raw_ostream &OS);
44 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
45 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
46 void printSSEAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS);
47 void printXOPCC(const MCInst *MI, unsigned Op, raw_ostream &OS);
48 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
[all …]
DX86IntelInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
35 void printInstruction(const MCInst *MI, raw_ostream &O);
38 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O);
40 void printSSEAVXCC(const MCInst *MI, unsigned Op, raw_ostream &O);
41 void printXOPCC(const MCInst *MI, unsigned Op, raw_ostream &O);
42 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
37 raw_ostream &O);
39 raw_ostream &O);
43 raw_ostream &O);
51 bool printSysAlias(const MCInst *MI, raw_ostream &O);
54 raw_ostream &O);
56 raw_ostream &O);
58 raw_ostream &O);
61 const MCSubtargetInfo &STI, raw_ostream &O) { in printPostIncOperand()
[all …]
/external/llvm/include/llvm/Support/
Draw_ostream.h38 class raw_ostream {
40 void operator=(const raw_ostream &) = delete;
41 raw_ostream(const raw_ostream &) = delete;
83 explicit raw_ostream(bool unbuffered = false)
89 virtual ~raw_ostream();
139 raw_ostream &operator<<(char C) {
146 raw_ostream &operator<<(unsigned char C) {
153 raw_ostream &operator<<(signed char C) {
160 raw_ostream &operator<<(StringRef Str) {
173 raw_ostream &operator<<(const char *Str) {
[all …]
/external/clang/include/clang/AST/
DMangle.h97 void mangleName(const NamedDecl *D, raw_ostream &);
98 virtual void mangleCXXName(const NamedDecl *D, raw_ostream &) = 0;
101 raw_ostream &) = 0;
104 raw_ostream &) = 0;
107 raw_ostream &) = 0;
108 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0;
109 virtual void mangleCXXRTTIName(QualType T, raw_ostream &) = 0;
111 raw_ostream &) = 0;
113 raw_ostream &) = 0;
114 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
[all …]
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h30 void printInstruction(const MCInst *MI, raw_ostream &O);
35 raw_ostream &O);
38 static void printOperand(const MCOperand &MO, raw_ostream &O);
41 void printRegName(raw_ostream &O, unsigned RegNo) const override;
42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
47 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
48 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
49 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
50 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
51 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O);
[all …]
DSystemZInstPrinter.cpp23 unsigned Index, raw_ostream &O) { in printAddress()
34 void SystemZInstPrinter::printOperand(const MCOperand &MO, raw_ostream &O) { in printOperand()
45 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst()
52 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName()
57 raw_ostream &O) { in printU4ImmOperand()
64 raw_ostream &O) { in printU6ImmOperand()
71 raw_ostream &O) { in printS8ImmOperand()
78 raw_ostream &O) { in printU8ImmOperand()
85 raw_ostream &O) { in printS16ImmOperand()
92 raw_ostream &O) { in printU16ImmOperand()
[all …]
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
39 void printInstruction(const MCInst *MI, raw_ostream &O);
43 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 raw_ostream &O, const char *Modifier = nullptr);
47 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
48 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
50 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
51 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/external/llvm/utils/TableGen/
DTableGenBackends.h62 class raw_ostream; variable
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);
73 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
[all …]
DDAGISelMatcher.cpp24 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print()
30 void Matcher::printOne(raw_ostream &OS) const { in printOne()
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
[all …]
DX86DisassemblerTables.h87 void emitModRMDecision(raw_ostream &o1, raw_ostream &o2,
115 void emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2,
149 void emitContextDecision(raw_ostream &o1, raw_ostream &o2,
182 void emitInstructionInfo(raw_ostream &o, unsigned &i) const;
198 void emitContextTable(raw_ostream &o, uint32_t &i) const;
209 void emitContextDecisions(raw_ostream &o1, raw_ostream &o2,
233 void emit(raw_ostream &o) const;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h28 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
31 void printInstruction(const MCInst *MI, raw_ostream &O);
35 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
36 void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
37 void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
39 raw_ostream &O) const;
40 void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
42 void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
44 void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
47 raw_ostream &O) const;
[all …]
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.h85 void printInstruction(const MCInst *MI, raw_ostream &O);
88 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
89 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
92 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
94 unsigned PrintMethodIdx, raw_ostream &O);
97 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
98 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O);
99 void printUnsignedImm8(const MCInst *MI, int opNum, raw_ostream &O);
100 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
101 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O);
[all …]
/external/clang/lib/AST/
DTypePrinter.cpp91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
93 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
96 void spaceBeforePlaceHolder(raw_ostream &OS);
97 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
100 void printBefore(QualType T, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
102 void printAfter(QualType T, raw_ostream &OS);
103 void AppendScope(DeclContext *DC, raw_ostream &OS);
104 void printTag(TagDecl *T, raw_ostream &OS);
[all …]
/external/llvm/lib/Support/
Draw_ostream.cpp62 raw_ostream::~raw_ostream() { in ~raw_ostream()
73 void raw_ostream::handle() {} in handle()
75 size_t raw_ostream::preferred_buffer_size() const { in preferred_buffer_size()
80 void raw_ostream::SetBuffered() { in SetBuffered()
89 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode()
108 raw_ostream &raw_ostream::operator<<(unsigned long N) { in operator <<()
124 raw_ostream &raw_ostream::operator<<(long N) { in operator <<()
134 raw_ostream &raw_ostream::operator<<(unsigned long long N) { in operator <<()
150 raw_ostream &raw_ostream::operator<<(long long N) { in operator <<()
160 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h90 raw_ostream &O;
95 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
205 raw_ostream &O);
206 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
208 void printImplicitDef(const MachineInstr *MI, raw_ostream &O) const;
209 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
211 void printParamName(int paramIndex, raw_ostream &O);
213 raw_ostream &O);
215 void emitHeader(Module &M, raw_ostream &O, const NVPTXSubtarget &STI);
216 void emitKernelFunctionDirectives(const Function &F, raw_ostream &O) const;
[all …]
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
34 raw_ostream &OS);
39 raw_ostream &O);
41 raw_ostream &O);
44 const MCSubtargetInfo &STI, raw_ostream &O);
48 raw_ostream &OS);
50 raw_ostream &OS, const char *Modifier = nullptr);
52 raw_ostream &OS);
54 raw_ostream &OS);
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp45 void render(raw_ostream &OS) const;
47 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) { in operator <<()
53 void Column::render(raw_ostream &OS) const { in render()
92 static void renderDivider(T (&Columns)[N], raw_ostream &OS) { in renderDivider()
103 static raw_ostream::Colors determineCoveragePercentageColor(const T &Info) { in determineCoveragePercentageColor()
105 return raw_ostream::GREEN; in determineCoveragePercentageColor()
106 return Info.getPercentCovered() >= 80.0 ? raw_ostream::YELLOW in determineCoveragePercentageColor()
107 : raw_ostream::RED; in determineCoveragePercentageColor()
110 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS) { in render()
114 ? raw_ostream::GREEN in render()
[all …]
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.h30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
35 void printInstruction(const MCInst *MI, raw_ostream &O);
39 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
42 void printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
45 raw_ostream &O, const char *Modifier = nullptr);
47 raw_ostream &O, const char *Modifier = nullptr);
49 raw_ostream &O, const char *Modifier = nullptr);

12345678910>>...32