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

1 2 3

  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 26 class formatted_raw_ostream;
36 formatted_raw_ostream &) {}
42 formatted_raw_ostream &) {
48 formatted_raw_ostream &) {
54 formatted_raw_ostream &) {}
58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
  /external/llvm/lib/Support/
FormattedStream.cpp 10 // This file contains the implementation of formatted_raw_ostream.
47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) {
66 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
75 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) {
87 /// fouts() - This returns a reference to a formatted_raw_ostream for
89 formatted_raw_ostream &llvm::fouts() {
90 static formatted_raw_ostream S(outs());
94 /// ferrs() - This returns a reference to a formatted_raw_ostream for
96 formatted_raw_ostream &llvm::ferrs()
    [all...]
  /external/llvm/include/llvm/Support/
FormattedStream.h 23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
77 /// formatted_raw_ostream - Open the specified file for
83 /// This is because formatted_raw_ostream does its own buffering,
87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) function in class:llvm::formatted_raw_ostream
91 explicit formatted_raw_ostream() function in class:llvm::formatted_raw_ostream
96 ~formatted_raw_ostream() {
107 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
125 formatted_raw_ostream &PadToColumn(unsigned NewCol);
167 /// fouts() - This returns a reference to a formatted_raw_ostream fo
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcTargetStreamer.h 30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
Sparc.h 25 class formatted_raw_ostream;
  /frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h 16 class formatted_raw_ostream;
45 /// formatted_os - Return the contained formatted_raw_ostream
46 llvm::formatted_raw_ostream& formatted_os();
71 llvm::formatted_raw_ostream* m_pFormattedOstream;
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 22 class formatted_raw_ostream;
31 bool addPassesToEmitFile(PassManagerBase &PM, formatted_raw_ostream &Out,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPU.h 28 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
  /external/llvm/lib/Target/MSP430/
MSP430.h 38 class formatted_raw_ostream;
  /external/llvm/lib/Target/XCore/
XCore.h 26 class formatted_raw_ostream;
  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 23 formatted_raw_ostream C(B);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPU.h 28 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
  /external/llvm/lib/IR/
AsmWriter.h 67 formatted_raw_ostream &Out;
79 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
83 AssemblyWriter(formatted_raw_ostream &o, const Module *M,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcTargetStreamer.cpp 26 formatted_raw_ostream &OS)
  /frameworks/compile/slang/
slang_backend.h 31 class formatted_raw_ostream;
69 llvm::formatted_raw_ostream FormattedOutStream;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 99 formatted_raw_ostream &OS;
101 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
109 formatted_raw_ostream &OS)
130 createXCoreMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 21 class formatted_raw_ostream;
88 llvm::formatted_raw_ostream &pOutput,
  /frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp 97 /// formatted_os - Return the contained formatted_raw_ostream
98 llvm::formatted_raw_ostream& ToolOutputFile::formatted_os()
101 m_pFormattedOstream = new llvm::formatted_raw_ostream(os());
  /external/llvm/include/llvm/Target/
TargetMachine.h 48 class formatted_raw_ostream;
228 formatted_raw_ostream &,
289 bool addPassesToEmitFile(PassManagerBase &PM, formatted_raw_ostream &Out,
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 57 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
70 formatted_raw_ostream &OS) override {
74 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 21 class formatted_raw_ostream;
49 MCStreamer *createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
  /external/llvm/lib/Target/R600/
AMDGPU.h 45 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 96 formatted_raw_ostream &OS;
99 MipsTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
MipsTargetMachine.h 24 class formatted_raw_ostream;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 31 class formatted_raw_ostream;

Completed in 797 milliseconds

1 2 3