HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 76 - 100 of 879) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 18 class raw_ostream;
83 virtual void print(raw_ostream &OS) const = 0;
91 inline raw_ostream& operator<<(raw_ostream &OS, const MCParsedAsmOperand &MO) {
  /external/clang/include/clang/Basic/
PlistSupport.h 15 #include "llvm/Support/raw_ostream.h"
39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
45 inline raw_ostream &EmitPlistHeader(raw_ostream &o) {
54 inline raw_ostream &EmitInteger(raw_ostream &o, int64_t value) {
61 inline raw_ostream &EmitString(raw_ostream &o, StringRef s) {
90 inline void EmitLocation(raw_ostream &o, const SourceManager &SM
    [all...]
  /external/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 18 #include "llvm/Support/raw_ostream.h"
28 raw_ostream &OS;
34 DIPrinter(raw_ostream &OS, bool PrintFunctionNames = true,
  /external/llvm/include/llvm/Support/
Debug.h 32 class raw_ostream;
80 /// dbgs() - This returns a reference to a raw_ostream for debugging
83 raw_ostream &dbgs();
circular_raw_ostream.h 10 // This file contains raw_ostream implementations for streams to do circular
18 #include "llvm/Support/raw_ostream.h"
21 /// circular_raw_ostream - A raw_ostream which *can* save its data
25 class circular_raw_ostream : public raw_ostream {
42 raw_ostream *TheStream;
108 circular_raw_ostream(raw_ostream &Stream, const char *Header,
110 : raw_ostream(/*unbuffered*/ true), TheStream(nullptr),
131 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) {
  /frameworks/compile/libbcc/include/bcc/Support/
Disassembler.h 24 class raw_ostream;
42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 57 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
61 raw_ostream &printBlockFreq(raw_ostream &OS, const BasicBlock *BB) const;
65 void print(raw_ostream &OS) const;
85 void print(raw_ostream &OS, const Module *M) const override;
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 21 #include "llvm/Support/raw_ostream.h"
28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
32 void XCoreInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
39 printInlineJT(const MCInst *MI, int opNum, raw_ostream &O) {
44 printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O) {
49 raw_ostream &OS) {
74 printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 15 #include "llvm/Support/raw_ostream.h"
26 LinePrinter(int Indent, raw_ostream &Stream);
32 raw_ostream &getStream() { return OS; }
47 raw_ostream &OS;
61 inline raw_ostream &operator<<(LinePrinter &Printer, const T &Item) {
84 raw_ostream &get() { return OS; }
88 raw_ostream &OS;
LinePrinter.cpp 42 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream)
95 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true);
98 OS.changeColor(raw_ostream::MAGENTA, true);
102 OS.changeColor(raw_ostream::YELLOW, false);
105 OS.changeColor(raw_ostream::CYAN, true);
108 OS.changeColor(raw_ostream::CYAN, false);
111 OS.changeColor(raw_ostream::CYAN, false);
114 OS.changeColor(raw_ostream::RED, true);
117 OS.changeColor(raw_ostream::GREEN, true);
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 19 class raw_ostream;
27 void dumpBytes(ArrayRef<uint8_t> Bytes, raw_ostream &OS);
43 raw_ostream *CommentStream;
58 void printAnnotation(raw_ostream &OS, StringRef Annot);
69 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; }
71 /// \brief Print the specified MCInst to the specified raw_ostream.
72 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
80 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
YAML.h 70 /// hex string) as binary to the given raw_ostream.
71 void writeAsBinary(raw_ostream &OS) const;
73 /// hex string) as hex to the given raw_ostream.
76 void writeAsHex(raw_ostream &OS) const;
88 static void output(const BinaryRef &, void *, llvm::raw_ostream &);
  /external/llvm/lib/IR/
IRPrintingPasses.cpp 20 #include "llvm/Support/raw_ostream.h"
24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner,
36 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner)
52 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner,
72 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner)
87 raw_ostream &Out;
93 PrintBasicBlockPass(raw_ostream &Out, const std::string &Banner)
118 ModulePass *llvm::createPrintModulePass(llvm::raw_ostream &OS,
124 FunctionPass *llvm::createPrintFunctionPass(llvm::raw_ostream &OS,
129 BasicBlockPass *llvm::createPrintBasicBlockPass(llvm::raw_ostream &OS
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 14 #include "llvm/Support/raw_ostream.h"
24 void Matcher::print(raw_ostream &OS, unsigned indent) const {
30 void Matcher::printOne(raw_ostream &OS) const {
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const
    [all...]
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 46 void EmitDiagEntry(llvm::raw_ostream &OS,
52 raw_ostream &OS;
53 std::unique_ptr<raw_ostream> StreamOwner;
66 LogDiagnosticPrinter(raw_ostream &OS, DiagnosticOptions *Diags,
67 std::unique_ptr<raw_ostream> StreamOwner);
TextDiagnosticPrinter.h 29 raw_ostream &OS;
41 TextDiagnosticPrinter(raw_ostream &os, DiagnosticOptions *diags,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 22 #include "llvm/Support/raw_ostream.h"
41 void HexagonInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const {
53 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
90 raw_ostream &O) const {
109 raw_ostream &O) const {
115 raw_ostream &O) const {
120 raw_ostream &O) const {
125 raw_ostream &O) const {
130 raw_ostream &O) const {
140 raw_ostream &O) const
    [all...]
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 1 //===- raw_ostream.cpp ----------------------------------------------------===//
10 #include "mcld/Support/raw_ostream.h"
35 // raw_ostream
61 llvm::raw_ostream& raw_fd_ostream::changeColor(
62 enum llvm::raw_ostream::Colors pColor,
70 llvm::raw_ostream& raw_fd_ostream::resetColor() {
76 llvm::raw_ostream& raw_fd_ostream::reverseColor() {
79 return llvm::raw_ostream::reverseColor();
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 99 raw_ostream &O;
104 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP)
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/tools/llvm-cov/
CoverageReport.cpp 45 void render(raw_ostream &OS) const;
48 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) {
54 void Column::render(raw_ostream &OS) const {
107 static void renderDivider(T (&Columns)[N], raw_ostream &OS) {
118 static raw_ostream::Colors determineCoveragePercentageColor(const T &Info) {
120 return raw_ostream::GREEN;
121 return Info.getPercentCovered() >= 80.0 ? raw_ostream::YELLOW
122 : raw_ostream::RED;
125 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS)
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 19 class raw_ostream;
53 void dump(raw_ostream &OS) const;
77 void dump(raw_ostream &OS) const;
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 28 raw_ostream &OS; // raw_ostream to print on
34 explicit WriteBitcodePass(raw_ostream &o, bool ShouldPreserveUseListOrder,
52 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str,
  /external/llvm/lib/CodeGen/
MIRPrintingPass.cpp 20 #include "llvm/Support/raw_ostream.h"
30 raw_ostream &OS;
34 MIRPrintingPass(raw_ostream &OS) : MachineFunctionPass(ID), OS(OS) {}
67 MachineFunctionPass *createPrintMIRPass(raw_ostream &OS) {
MachineFunctionPrinterPass.cpp 19 #include "llvm/Support/raw_ostream.h"
30 raw_ostream &OS;
34 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner)
62 MachineFunctionPass *createMachineFunctionPrinterPass(raw_ostream &OS,
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 21 #include "llvm/Support/raw_ostream.h"
49 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
52 raw_ostream &OS) override;
55 raw_ostream &OS) override;

Completed in 2058 milliseconds

1 2 34 5 6 7 8 91011>>