Home
last modified time | relevance | path

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

12345678910>>...35

/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/AMDGPU/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.cpp193 virtual void writeAccessors(raw_ostream &OS) const = 0;
194 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions()
195 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} in writeASTVisitorTraversal()
196 virtual void writeCloneArgs(raw_ostream &OS) const = 0;
197 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0;
198 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation()
199 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody()
200 virtual void writeCtorInitializers(raw_ostream &OS) const = 0;
201 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0;
202 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);
52 raw_ostream &O);
55 raw_ostream &O);
57 raw_ostream &O);
59 raw_ostream &O);
62 const MCSubtargetInfo &STI, raw_ostream &O) { in printPostIncOperand()
[all …]
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.h30 void printInstruction(const MCInst *MI, raw_ostream &O);
35 raw_ostream &O);
39 raw_ostream &O);
42 void printRegName(raw_ostream &O, unsigned RegNo) const override;
43 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
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 printBDVAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
[all …]
DSystemZInstPrinter.cpp25 unsigned Index, raw_ostream &O) { in printAddress()
41 raw_ostream &O) { in printOperand()
52 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst()
59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName()
64 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand()
71 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand()
78 raw_ostream &O) { in printU1ImmOperand()
83 raw_ostream &O) { in printU2ImmOperand()
88 raw_ostream &O) { in printU3ImmOperand()
93 raw_ostream &O) { in printU4ImmOperand()
[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);
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);
51 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
52 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[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) {
175 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/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.h30 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
33 void printInstruction(MCInst const *MI, raw_ostream &O);
37 void printRegName(raw_ostream &O, unsigned RegNo) const override;
39 void printOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
40 void printExtOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
42 raw_ostream &O) const;
44 raw_ostream &O) const;
46 raw_ostream &O) const;
48 raw_ostream &O) const;
50 raw_ostream &O) const;
[all …]
DHexagonInstPrinter.cpp41 void HexagonInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName()
53 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
90 raw_ostream &O) const { in printOperand()
109 raw_ostream &O) const { in printExtOperand()
115 raw_ostream &O) const { in printUnsignedImmOperand()
120 raw_ostream &O) const { in printNegImmOperand()
125 raw_ostream &O) const { in printNOneImmOperand()
130 raw_ostream &O) const { in prints3_6ImmOperand()
140 raw_ostream &O) const { in prints3_7ImmOperand()
150 raw_ostream &O) const { in prints4_6ImmOperand()
[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/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/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/Target/NVPTX/
DNVPTXAsmPrinter.h99 raw_ostream &O;
104 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
216 raw_ostream &O);
217 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
219 void printModuleLevelGV(const GlobalVariable *GVar, raw_ostream &O,
222 raw_ostream &O);
224 void emitHeader(Module &M, raw_ostream &O, const NVPTXSubtarget &STI);
225 void emitKernelFunctionDirectives(const Function &F, raw_ostream &O) const;
226 void emitVirtualRegister(unsigned int vr, raw_ostream &);
227 void emitFunctionParamList(const Function *, raw_ostream &O);
[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/include/llvm/IR/
DIRPrintingPasses.h32 class raw_ostream; variable
36 ModulePass *createPrintModulePass(raw_ostream &OS,
42 FunctionPass *createPrintFunctionPass(raw_ostream &OS,
47 BasicBlockPass *createPrintBasicBlockPass(raw_ostream &OS,
54 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
61 raw_ostream &OS;
67 PrintModulePass(raw_ostream &OS, const std::string &Banner = "",
80 raw_ostream &OS;
85 PrintFunctionPass(raw_ostream &OS, const std::string &Banner = "");

12345678910>>...35