HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 1 - 25 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Rewrite/
Rewriters.h 23 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
26 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
  /external/llvm/include/llvm/Assembly/
Writer.h 25 class raw_ostream;
33 void WriteAsOperand(raw_ostream &, const Value *, bool PrintTy = true,
PrintModulePass.h 26 class raw_ostream;
29 /// module to the specified raw_ostream.
30 ModulePass *createPrintModulePass(raw_ostream *OS,
35 /// functions to the specified raw_ostream as they are processed.
37 raw_ostream *OS,
  /external/llvm/include/llvm/TableGen/
TableGenAction.h 20 class raw_ostream;
29 virtual bool operator()(raw_ostream &OS, RecordKeeper &Records) = 0;
TableGenBackend.h 18 #include "llvm/Support/raw_ostream.h"
31 virtual void run(raw_ostream &OS) = 0;
37 void EmitSourceFileHeader(const std::string &Desc, raw_ostream &OS) const;
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.h 20 class raw_ostream;
21 void EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
X86ATTInstPrinter.h 27 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
28 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
33 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
36 void printInstruction(const MCInst *MI, raw_ostream &OS);
40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
41 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
42 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &OS);
43 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
45 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
49 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
35 void printInstruction(const MCInst *MI, raw_ostream &O);
39 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
42 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
44 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O);
45 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O);
46 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
47 void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O)
    [all...]
  /external/llvm/include/llvm/MC/
MCLabel.h 19 class raw_ostream;
44 void print(raw_ostream &OS) const;
50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
MCInstPrinter.h 15 class raw_ostream;
26 raw_ostream *CommentStream;
33 void printAnnotation(raw_ostream &OS, StringRef Annot);
41 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; }
43 /// printInst - Print the specified MCInst to the specified raw_ostream.
45 virtual void printInst(const MCInst *MI, raw_ostream &OS,
53 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 15 class raw_ostream;
32 virtual void print(raw_ostream &OS) const = 0;
40 inline raw_ostream& operator<<(raw_ostream &OS, const MCParsedAsmOperand &MO) {
  /frameworks/compile/linkloader/utils/
raw_ostream.h 20 #include <llvm/Support/raw_ostream.h>
23 extern llvm::raw_ostream &out();
31 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &, MyFormat const &);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 34 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
41 void printInstruction(const MCInst *MI, raw_ostream &O);
45 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
47 raw_ostream &O, const char *Modifier);
50 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
51 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
52 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printS16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
54 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 1 //===--- raw_ostream.h - Raw output stream ----------------------*- C++ -*-===//
10 // This file defines the raw_ostream class.
25 /// raw_ostream - This class implements an extremely fast bulk output stream
29 class raw_ostream { class in namespace:llvm
31 // Do not implement. raw_ostream is noncopyable.
32 void operator=(const raw_ostream &);
33 raw_ostream(const raw_ostream &);
46 /// If buffered, then the raw_ostream owns the buffer if (BufferMode ==
75 explicit raw_ostream(bool unbuffered=false function in class:llvm::raw_ostream
    [all...]
SystemUtils.h 21 class raw_ostream;
24 /// Determine if the raw_ostream provided is connected to a terminal. If so,
29 raw_ostream &stream_to_check, ///< The stream to be checked
BranchProbability.h 21 class raw_ostream;
43 void print(raw_ostream &OS) const;
48 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob);
  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
30 void printInstruction(const MCInst *MI, raw_ostream &O);
34 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
36 void printFSLImm(const MCInst *MI, int OpNo, raw_ostream &O);
37 void printUnsignedImm(const MCInst *MI, int OpNo, raw_ostream &O);
38 void printMemOperand(const MCInst *MI, int OpNo,raw_ostream &O,
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
30 void printInstruction(const MCInst *MI, raw_ostream &O);
33 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
35 void printPCRelImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
36 void printSrcMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
38 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
  /external/llvm/utils/TableGen/
IntrinsicEmitter.h 30 void run(raw_ostream &OS);
32 void EmitPrefix(raw_ostream &OS);
35 raw_ostream &OS);
38 raw_ostream &OS);
40 raw_ostream &OS);
42 raw_ostream &OS);
44 raw_ostream &OS);
46 raw_ostream &OS);
48 raw_ostream &OS);
50 raw_ostream &OS)
    [all...]
CallingConvEmitter.h 28 void run(raw_ostream &o);
31 void EmitCallingConv(Record *CC, raw_ostream &O);
32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
X86DisassemblerTables.h 23 #include "llvm/Support/raw_ostream.h"
63 void emitOneID(raw_ostream &o,
98 void emitModRMDecision(raw_ostream &o1,
99 raw_ostream &o2,
127 void emitOpcodeDecision(raw_ostream &o1,
128 raw_ostream &o2,
163 void emitContextDecision(raw_ostream &o1,
164 raw_ostream &o2,
199 void emitInstructionInfo(raw_ostream &o, uint32_t &i) const;
215 void emitContextTable(raw_ostream &o, uint32_t &i) const
    [all...]
  /external/llvm/lib/Target/PTX/InstPrinter/
PTXInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
35 void printInstruction(const MCInst *MI, raw_ostream &O);
38 void printPredicate(const MCInst *MI, raw_ostream &O);
39 void printCall(const MCInst *MI, raw_ostream &O);
40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printRoundingMode(const MCInst *MI, unsigned OpNo, raw_ostream &O);
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 19 raw_ostream &OS) const {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 20 raw_ostream &OS; // raw_ostream to print on
23 explicit WriteBitcodePass(raw_ostream &o)
39 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) {
  /external/llvm/tools/llvm-mc/
Disassembler.h 24 class raw_ostream;
33 raw_ostream &Out);
37 raw_ostream &Out);

Completed in 1623 milliseconds

1 2 3 4 5 6 7 8 91011>>