/frameworks/compile/mclinker/include/mcld/Support/ |
raw_ostream.h | 1 //===- raw_ostream.h ------------------------------------------------------===// 15 #include <llvm/Support/raw_ostream.h> 45 llvm::raw_ostream &changeColor(enum llvm::raw_ostream::Colors pColors, 49 llvm::raw_ostream &resetColor(); 51 llvm::raw_ostream &reverseColor(); 61 /// outs() - This returns a reference to a raw_ostream for standard output. 65 /// errs() - This returns a reference to a raw_ostream for standard error.
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.h | 32 void printInstruction(const MCInst *MI, raw_ostream &O); 33 bool printAliasInstr(const MCInst *MI, raw_ostream &O); 37 void printRegName(raw_ostream &O, unsigned RegNum) const; 41 raw_ostream &O) { 47 raw_ostream &O, unsigned MemSize, 51 unsigned OpNum, raw_ostream &O); 53 unsigned OpNum, raw_ostream &O); 55 void printBareImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 58 void printBFILSBOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 59 void printBFIWidthOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O) [all...] |
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.h | 29 class raw_ostream; 61 void printSavedRegsBitmask(raw_ostream &O); 62 void printHex32(unsigned int Value, raw_ostream &O); 72 raw_ostream &O); 75 raw_ostream &O); 76 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 77 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O); 78 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 79 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O); 80 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O [all...] |
/external/llvm/lib/Target/XCore/InstPrinter/ |
XCoreInstPrinter.h | 31 void printInstruction(const MCInst *MI, raw_ostream &O); 34 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 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/include/llvm/Support/ |
raw_ostream.h | 1 //===--- raw_ostream.h - Raw output stream ----------------------*- C++ -*-===// 10 // This file defines the raw_ostream class. 27 /// raw_ostream - This class implements an extremely fast bulk output stream 31 class raw_ostream { class in namespace:llvm 33 void operator=(const raw_ostream &) LLVM_DELETED_FUNCTION; 34 raw_ostream(const raw_ostream &) LLVM_DELETED_FUNCTION; 47 /// If buffered, then the raw_ostream owns the buffer if (BufferMode == 76 explicit raw_ostream(bool unbuffered=false) function in class:llvm::raw_ostream 82 virtual ~raw_ostream(); [all...] |
PrettyStackTrace.h | 22 class raw_ostream; 44 virtual void print(raw_ostream &OS) const = 0; 57 virtual void print(raw_ostream &OS) const LLVM_OVERRIDE; 68 virtual void print(raw_ostream &OS) const LLVM_OVERRIDE;
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.h | 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 31 void printInstruction(const MCInst *MI, raw_ostream &O); 34 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O, 36 void printPCRelImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 37 void printSrcMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O, 39 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
/external/clang/include/clang/Rewrite/Frontend/ |
ASTConsumers.h | 30 raw_ostream *OS, 35 raw_ostream *OS, 43 ASTConsumer *CreateHTMLPrinter(raw_ostream *OS, Preprocessor &PP,
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
MipsInstPrinter.h | 85 void printInstruction(const MCInst *MI, raw_ostream &O); 88 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 91 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 95 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O); 96 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O); 97 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O); 98 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O); 101 raw_ostream &OS) [all...] |
/frameworks/rs/cpu_ref/linkloader/lib/ |
ELFTypes.cpp | 18 #include <llvm/Support/raw_ostream.h> 24 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, TYPE const &val) { \
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.h | 7 #include "llvm/Support/raw_ostream.h" 18 void printInstruction(const MCInst *MI, raw_ostream &O); 21 // virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 25 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 26 // void printUnsignedImm(const MCInst *MI, int OpNo, raw_ostream &O); 27 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
AMDGPUInstPrinter.cpp | 7 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, 15 raw_ostream &O) { 30 raw_ostream &O) {
|
/external/llvm/lib/MC/ |
MCLabel.cpp | 12 #include "llvm/Support/raw_ostream.h" 15 void MCLabel::print(raw_ostream &OS) const {
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.h | 45 void printSymbolOperand(const MachineOperand &MO, raw_ostream &O); 48 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O, 50 void printPCRelImm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O); 52 bool printAsmMRegister(const MachineOperand &MO, char Mode, raw_ostream &O); 55 raw_ostream &OS) LLVM_OVERRIDE; 58 raw_ostream &OS) LLVM_OVERRIDE; 60 void printMemReference(const MachineInstr *MI, unsigned Op, raw_ostream &O, 62 void printLeaMemReference(const MachineInstr *MI, unsigned Op, raw_ostream &O, 66 raw_ostream &O, const char *Modifier=NULL,
|
/external/llvm/tools/obj2yaml/ |
obj2yaml.h | 17 #include "llvm/Support/raw_ostream.h" 20 llvm::error_code coff2yaml(llvm::raw_ostream &Out, llvm::MemoryBuffer *TheObj);
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.h | 7 #include "llvm/Support/raw_ostream.h" 18 void printInstruction(const MCInst *MI, raw_ostream &O); 21 // virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 25 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 26 // void printUnsignedImm(const MCInst *MI, int OpNo, raw_ostream &O); 27 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonAsmPrinter.h | 21 #include "llvm/Support/raw_ostream.h" 43 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O); 46 raw_ostream &OS); 49 raw_ostream &OS); 55 void printInstruction(const MachineInstr *MI, raw_ostream &O); 58 void printOp(const MachineOperand &MO, raw_ostream &O); 63 raw_ostream &O) { 70 raw_ostream &O) { 76 raw_ostream &O) { 82 raw_ostream &O) [all...] |
/external/clang/include/clang/Basic/ |
MacroBuilder.h | 20 #include "llvm/Support/raw_ostream.h" 25 raw_ostream &Out; 27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
|
/external/clang/include/clang/Frontend/ |
ASTConsumers.h | 33 ASTConsumer *CreateASTPrinter(raw_ostream *OS, StringRef FilterString); 45 ASTConsumer *CreateASTDumperXML(raw_ostream &OS);
|
/external/llvm/include/llvm/MC/ |
MCCodeEmitter.h | 18 class raw_ostream; 37 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
|
MCWinCOFFObjectWriter.h | 17 class raw_ostream; 40 raw_ostream &OS);
|
/external/llvm/tools/llvm-mc/ |
Disassembler.h | 24 class raw_ostream; 37 raw_ostream &Out);
|
/external/clang/include/clang/AST/ |
Mangle.h | 22 #include "llvm/Support/raw_ostream.h" 100 virtual void mangleName(const NamedDecl *D, raw_ostream &)=0; 103 raw_ostream &) = 0; 106 raw_ostream &) = 0; 108 raw_ostream &) = 0; 110 raw_ostream &) = 0; 112 raw_ostream &) = 0; 118 raw_ostream &Out) = 0; 121 raw_ostream &) = 0; 122 virtual void mangleCXXRTTI(QualType T, raw_ostream &) = 0 [all...] |
/frameworks/compile/mclinker/lib/LD/ |
TextDiagnosticPrinter.cpp | 16 static const enum llvm::raw_ostream::Colors UnreachableColor = llvm::raw_ostream::RED; 17 static const enum llvm::raw_ostream::Colors FatalColor = llvm::raw_ostream::YELLOW; 18 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED; 19 static const enum llvm::raw_ostream::Colors WarningColor = llvm::raw_ostream::MAGENTA; 20 static const enum llvm::raw_ostream::Colors DebugColor = llvm::raw_ostream::CYAN [all...] |
/frameworks/rs/cpu_ref/linkloader/utils/ |
raw_ostream.cpp | 17 #include "raw_ostream.h" 19 #include <llvm/Support/raw_ostream.h> 24 llvm::raw_ostream &out() { 25 static llvm::raw_ostream &singleton = llvm::outs(); 47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) {
|