Searched refs:raw_ostream (Results 1 - 25 of 746) sorted by relevance

1234567891011>>

/external/clang/utils/TableGen/
H A DTableGenBackends.h19 class raw_ostream;
23 using llvm::raw_ostream;
28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
32 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
33 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
34 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
35 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream
[all...]
/external/llvm/include/llvm/Support/
H A DSystemUtils.h21 class raw_ostream;
23 /// Determine if the raw_ostream provided is connected to a terminal. If so,
28 raw_ostream &stream_to_check, ///< The stream to be checked
H A Draw_ostream.h1 //===--- raw_ostream.h - Raw output stream ----------------------*- C++ -*-===//
10 // This file defines the raw_ostream class.
32 /// raw_ostream - This class implements an extremely fast bulk output stream
36 class raw_ostream { class in namespace:llvm
38 void operator=(const raw_ostream &) LLVM_DELETED_FUNCTION;
39 raw_ostream(const raw_ostream &) LLVM_DELETED_FUNCTION;
52 /// If buffered, then the raw_ostream owns the buffer if (BufferMode ==
81 explicit raw_ostream(bool unbuffered=false) function in class:llvm::raw_ostream
87 virtual ~raw_ostream();
[all...]
/external/llvm/include/llvm/TableGen/
H A DTableGenBackend.h21 class raw_ostream;
24 /// raw_ostream.
25 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
H A DMain.h20 class raw_ostream;
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.h20 class raw_ostream;
21 void EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
H A DX86ATTInstPrinter.h29 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
30 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot) override;
34 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
36 unsigned PrintMethodIdx, raw_ostream &O);
39 void printInstruction(const MCInst *MI, raw_ostream &OS);
42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
43 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
44 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &OS);
45 void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS);
46 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
H A DX86IntelInstPrinter.h18 #include "llvm/Support/raw_ostream.h"
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot) override;
34 void printInstruction(const MCInst *MI, raw_ostream &O);
37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
38 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O);
39 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &O);
40 void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &O);
41 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
/external/llvm/tools/opt/
H A DBreakpointPrinter.h20 class raw_ostream;
22 ModulePass *createBreakpointPrinter(raw_ostream &out);
H A DPassPrinters.h26 class raw_ostream;
28 FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
32 raw_ostream &out, bool Quiet);
34 ModulePass *createModulePassPrinter(const PassInfo *PI, raw_ostream &out,
37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
40 RegionPass *createRegionPassPrinter(const PassInfo *PI, raw_ostream &out,
44 raw_ostream &out, bool Quiet);
/external/llvm/utils/TableGen/
H A DTableGenBackends.h19 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
22 // involve generating C++ code to the provided raw_ostream.
60 class raw_ostream;
63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream
[all...]
H A DX86DisassemblerTables.h22 #include "llvm/Support/raw_ostream.h"
87 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
[all...]
/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.h18 #include "llvm/Support/raw_ostream.h"
29 void printInstruction(const MCInst *MI, raw_ostream &O);
32 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
35 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
36 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
37 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
38 void printRegOperand(unsigned RegNo, raw_ostream &O);
39 void printImmediate(uint32_t Imm, raw_ostream &O);
40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printOperandAndMods(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.h29 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
30 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
33 void printInstruction(const MCInst *MI, raw_ostream &O);
37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
40 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
42 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O);
43 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O);
44 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
45 void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream
[all...]
/external/llvm/lib/Target/SystemZ/InstPrinter/
H A 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) override;
46 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
47 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
48 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
49 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
50 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream
[all...]
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
38 void printInstruction(const MCInst *MI, raw_ostream &O);
42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 raw_ostream &O, const char *Modifier = nullptr);
46 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
47 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
48 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
50 void printS16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h23 class raw_ostream;
29 ModulePass *createBitcodeWriterPass(raw_ostream &Str);
36 raw_ostream &OS;
40 explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {}
/external/llvm/lib/Support/
H A DSystemUtils.cpp18 #include "llvm/Support/raw_ostream.h"
21 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check,
/external/llvm/lib/Target/Mips/InstPrinter/
H A 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) override;
91 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
93 unsigned PrintMethodIdx, raw_ostream &O);
96 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
97 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O);
98 void printUnsignedImm8(const MCInst *MI, int opNum, raw_ostream &O);
99 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
100 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream
[all...]
/external/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h24 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
27 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
30 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.h16 class raw_ostream;
21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h30 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot);
33 void printInstruction(const MCInst *MI, raw_ostream &O);
37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
38 void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
39 void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
41 raw_ostream &O) const;
42 void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
44 void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
46 void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.h31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
32 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 virtual void printInstruction(const MCInst *MI, raw_ostream &O);
36 virtual bool printAliasInstr(const MCInst *MI, raw_ostream &O);
38 unsigned PrintMethodIdx, raw_ostream &O);
46 bool printSysAlias(const MCInst *MI, raw_ostream &O);
48 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 void printHexImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
51 raw_ostream &O);
53 void printPostIncOperand(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h31 void printInstruction(const MCInst *MI, raw_ostream &O);
34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
37 void printInlineJT(const MCInst *MI, int opNum, raw_ostream &O);
38 void printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O);
39 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.h33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
34 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
35 bool printSparcAliasInstr(const MCInst *MI, raw_ostream &OS);
39 void printInstruction(const MCInst *MI, raw_ostream &O);
40 bool printAliasInstr(const MCInst *MI, raw_ostream &O);
42 unsigned PrintMethodIdx, raw_ostream &O);
45 void printOperand(const MCInst *MI, int opNum, raw_ostream &OS);
46 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &OS,
48 void printCCOperand(const MCInst *MI, int opNum, raw_ostream &OS);
49 bool printGetPCX(const MCInst *MI, unsigned OpNo, raw_ostream
[all...]

Completed in 375 milliseconds

1234567891011>>