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

1 2 3 4 56 7 8 91011>>

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeVTableShape.h 18 class raw_ostream;
PDBSymbolUnknown.h 17 class raw_ostream;
PDBSymbolUsingNamespace.h 18 class raw_ostream;
PDBSymbolTypeFunctionSig.h 18 class raw_ostream;
32 void dumpArgList(raw_ostream &OS) const;
  /external/llvm/include/llvm/Support/
raw_os_ostream.h 1 //===- raw_os_ostream.h - std::ostream adaptor for raw_ostream --*- C++ -*-===//
17 #include "llvm/Support/raw_ostream.h"
22 /// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
25 class raw_os_ostream : public raw_ostream {
28 /// write_impl - See raw_ostream::write_impl.
EndianStream.h 19 #include "llvm/Support/raw_ostream.h"
27 raw_ostream &OS;
28 Writer(raw_ostream &OS) : OS(OS) {}
  /external/llvm/lib/Analysis/
PostDominators.cpp 42 void PostDominatorTree::print(raw_ostream &OS, const Module *) const {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFCompileUnit.cpp 12 #include "llvm/Support/raw_ostream.h"
16 void DWARFCompileUnit::dump(raw_ostream &OS) {
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 34 raw_ostream &OS,
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 193 virtual void writeAccessors(raw_ostream &OS) const = 0;
194 virtual void writeAccessorDefinitions(raw_ostream &OS) const {}
195 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {}
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 {}
199 virtual void writeCtorBody(raw_ostream &OS) const {}
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/include/llvm/CodeGen/
MachineConstantPool.h 33 class raw_ostream;
55 virtual void print(raw_ostream &O) const = 0;
58 inline raw_ostream &operator<<(raw_ostream &OS,
157 void print(raw_ostream &OS) const;
MachineTraceMetrics.h 65 class raw_ostream;
217 void print(raw_ostream&) const;
244 void print(raw_ostream&) const;
331 void print(raw_ostream&) const;
385 inline raw_ostream &operator<<(raw_ostream &OS,
391 inline raw_ostream &operator<<(raw_ostream &OS,
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.cpp 29 void BPFInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
35 static void printExpr(const MCExpr *Expr, raw_ostream &O) {
53 raw_ostream &O, const char *Modifier) {
66 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
82 raw_ostream &O) {
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 29 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
36 raw_ostream &O) {
47 raw_ostream &O, const char *Modifier) {
62 raw_ostream &O,
91 raw_ostream &O) {
  /external/clang/include/clang/Driver/
Job.h 20 class raw_ostream;
81 /// The results are the contents of a response file, written into a raw_ostream.
82 void writeResponseFile(raw_ostream &OS) const;
93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote);
131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
153 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /external/clang/include/clang/Basic/
LLVM.h 47 class raw_ostream;
79 using llvm::raw_ostream;
  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
34 llvm::raw_ostream &out;
38 TreePrinter(llvm::raw_ostream &out)
41 void setColor(llvm::raw_ostream::Colors Color) {
61 setColor(llvm::raw_ostream::YELLOW);
77 setColor(llvm::raw_ostream::GREEN);
134 setColor(llvm::raw_ostream::GREEN);
146 int TreeView::run(unsigned int argc, char **argv, llvm::raw_ostream &out) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 18 class raw_ostream;
48 void dump(raw_ostream &OS) const;
DWARFDebugArangeSet.h 19 class raw_ostream;
58 void dump(raw_ostream &OS) const;
DWARFDebugRangeList.h 18 class raw_ostream;
67 void dump(raw_ostream &OS) const;
  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
51 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
MCInst.h 25 class raw_ostream;
142 void print(raw_ostream &OS) const;
183 void print(raw_ostream &OS) const;
189 void dump_pretty(raw_ostream &OS, const MCInstPrinter *Printer = nullptr,
193 inline raw_ostream& operator<<(raw_ostream &OS, const MCOperand &MO) {
198 inline raw_ostream& operator<<(raw_ostream &OS, const MCInst &MI) {
MCValue.h 24 class raw_ostream;
55 void print(raw_ostream &OS) const;
  /external/llvm/lib/MC/MCDisassembler/
MCDisassembler.cpp 12 #include "llvm/Support/raw_ostream.h"
23 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
32 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
R600MCCodeEmitter.cpp 27 #include "llvm/Support/raw_ostream.h"
44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
54 void EmitByte(unsigned int byte, raw_ostream &OS) const;
56 void Emit(uint32_t value, raw_ostream &OS) const;
57 void Emit(uint64_t value, raw_ostream &OS) const;
88 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
145 void R600MCCodeEmitter::EmitByte(unsigned int Byte, raw_ostream &OS) const {
149 void R600MCCodeEmitter::Emit(uint32_t Value, raw_ostream &OS) const {
153 void R600MCCodeEmitter::Emit(uint64_t Value, raw_ostream &OS) const {

Completed in 512 milliseconds

1 2 3 4 56 7 8 91011>>