HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 176 - 200 of 836) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 28 #include "llvm/Support/raw_ostream.h"
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
62 raw_ostream &OS) const;
63 void EmitSrc(const MCInst &MI, unsigned OpIdx, raw_ostream &OS) const;
64 void EmitDst(const MCInst &MI, raw_ostream &OS) const;
67 raw_ostream &OS) const;
69 raw_ostream &OS) const;
70 void EmitFCInstr(const MCInst &MI, raw_ostream &OS) const;
72 void EmitNullBytes(unsigned int byteCount, raw_ostream &OS) const;
74 void EmitByte(unsigned int byte, raw_ostream &OS) const
    [all...]
  /external/clang/include/clang/Driver/
Multilib.h 80 void print(raw_ostream &OS) const;
92 raw_ostream &operator<<(raw_ostream &OS, const Multilib &M);
151 void print(raw_ostream &OS) const;
162 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
  /external/llvm/include/llvm/
Pass.h 46 class raw_ostream;
125 virtual void print(raw_ostream &O, const Module *M) const;
130 virtual Pass *createPrinterPass(raw_ostream &O,
239 Pass *createPrinterPass(raw_ostream &O,
299 Pass *createPrinterPass(raw_ostream &O,
335 Pass *createPrinterPass(raw_ostream &O,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 99 void print(raw_ostream &O) {
132 void print(raw_ostream &O) {
149 void print(raw_ostream &O) {
173 void print(raw_ostream &O) const {
199 void print(raw_ostream &O) {
253 void print(raw_ostream &O);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 28 #include "llvm/Support/raw_ostream.h"
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
62 raw_ostream &OS) const;
63 void EmitSrc(const MCInst &MI, unsigned OpIdx, raw_ostream &OS) const;
64 void EmitDst(const MCInst &MI, raw_ostream &OS) const;
67 raw_ostream &OS) const;
69 raw_ostream &OS) const;
70 void EmitFCInstr(const MCInst &MI, raw_ostream &OS) const;
72 void EmitNullBytes(unsigned int byteCount, raw_ostream &OS) const;
74 void EmitByte(unsigned int byte, raw_ostream &OS) const
    [all...]
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 25 #include "llvm/Support/raw_ostream.h"
35 raw_ostream *Out;
40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp,
50 ASTConsumer* clang::CreateHTMLPrinter(raw_ostream *OS,
RewriteTest.cpp 17 #include "llvm/Support/raw_ostream.h"
19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) {
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 133 void print(raw_ostream &OS) const;
139 inline raw_ostream &operator<<(raw_ostream &OS, const LivePhysRegs& LR) {
ScheduleDFS.h 23 class raw_ostream;
60 void print(raw_ostream &OS) const;
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
VirtRegMap.h 29 class raw_ostream;
180 void print(raw_ostream &OS, const Module* M = nullptr) const override;
184 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 59 void printOperand(const MachineInstr *MI, int OpNum, raw_ostream &O,
64 raw_ostream &O) override;
67 raw_ostream &O) override;
  /external/llvm/tools/opt/
BreakpointPrinter.cpp 19 #include "llvm/Support/raw_ostream.h"
26 raw_ostream &Out;
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {}
80 ModulePass *llvm::createBreakpointPrinter(raw_ostream &out) {
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 25 class raw_ostream;
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 25 class raw_ostream;
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 25 class raw_ostream;
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /external/clang/lib/AST/
InheritViz.cpp 22 #include "llvm/Support/raw_ostream.h"
38 raw_ostream &Out;
43 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out)
60 raw_ostream& WriteNodeReference(QualType Type, bool FromVirtual);
124 raw_ostream&
  /external/llvm/include/llvm/Analysis/
FindUsedTypes.h 42 void print(raw_ostream &o, const Module *M) const override;
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 28 class raw_ostream;
32 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
37 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
109 raw_ostream &OS, MCCodeEmitter *Emitter,
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 37 void print(raw_ostream &OS, const Module* = nullptr) const override {}
60 void print(raw_ostream &OS, const Module* = nullptr) const override {}
94 void print(raw_ostream &OS, const Module* = nullptr) const override {}
127 void print(raw_ostream &OS, const Module* = nullptr) const override {}
Trace.cpp 21 #include "llvm/Support/raw_ostream.h"
34 void Trace::print(raw_ostream &O) const {
  /external/llvm/lib/CodeGen/
MachinePostDominators.cpp 53 MachinePostDominatorTree::print(llvm::raw_ostream &OS, const Module *M) const {
  /external/llvm/lib/DebugInfo/
DWARFTypeUnit.cpp 12 #include "llvm/Support/raw_ostream.h"
25 void DWARFTypeUnit::dump(raw_ostream &OS) {
DWARFTypeUnit.h 29 void dump(raw_ostream &OS);
  /external/llvm/lib/IR/
Mangler.cpp 20 #include "llvm/Support/raw_ostream.h"
23 static void getNameWithPrefixx(raw_ostream &OS, const Twine &GVName,
47 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
62 static void AddFastCallStdCallSuffix(raw_ostream &OS, const Function *F,
79 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 23 void ARMMCExpr::PrintImpl(raw_ostream &OS) const {

Completed in 1273 milliseconds

1 2 3 4 5 6 78 91011>>