Home
last modified time | relevance | path

Searched refs:formatted_raw_ostream (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/lib/Support/
DFormattedStream.cpp47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
66 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
75 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
89 formatted_raw_ostream &llvm::fouts() { in fouts()
90 static formatted_raw_ostream S(outs()); in fouts()
96 formatted_raw_ostream &llvm::ferrs() { in ferrs()
97 static formatted_raw_ostream S(errs()); in ferrs()
103 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
104 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
36 formatted_raw_ostream &) {} in emitFunctionAnnot() argument
42 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument
48 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument
54 formatted_raw_ostream &) {} in emitInstructionAnnot() argument
58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
/external/llvm/include/llvm/Support/
DFormattedStream.h27 class formatted_raw_ostream : public raw_ostream {
87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
91 explicit formatted_raw_ostream() in formatted_raw_ostream() function
96 ~formatted_raw_ostream() { in ~formatted_raw_ostream()
125 formatted_raw_ostream &PadToColumn(unsigned NewCol);
169 formatted_raw_ostream &fouts();
173 formatted_raw_ostream &ferrs();
177 formatted_raw_ostream &fdbgs();
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp99 formatted_raw_ostream &OS;
101 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
109 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer()
130 createXCoreMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, in createXCoreMCAsmStreamer()
/external/llvm/lib/IR/
DAsmWriter.h67 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/
DSparcTargetStreamer.h30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/llvm/lib/Target/CppBackend/
DCPPTargetMachine.h22 class formatted_raw_ostream; variable
31 bool addPassesToEmitFile(PassManagerBase &PM, formatted_raw_ostream &Out,
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp55 unsigned StartIdx, formatted_raw_ostream &OS);
57 void EmitPredicateFunctions(formatted_raw_ostream &OS);
59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
62 formatted_raw_ostream &OS);
139 formatted_raw_ostream &OS) { in EmitMatcher()
175 formatted_raw_ostream FOS(OS); in EmitMatcher()
316 formatted_raw_ostream FOS(OS); in EmitMatcher()
599 formatted_raw_ostream &OS) { in EmitMatcherList()
615 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
750 formatted_raw_ostream &OS) { in EmitHistogram()
[all …]
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp57 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
70 formatted_raw_ostream &OS) override { in emitFunctionAnnot()
74 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
/external/llvm/include/llvm/Target/
DTargetMachine.h48 class formatted_raw_ostream; variable
228 formatted_raw_ostream &,
289 bool addPassesToEmitFile(PassManagerBase &PM, formatted_raw_ostream &Out,
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.h21 class formatted_raw_ostream; variable
49 MCStreamer *createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
/external/llvm/lib/Target/
DTargetMachineC.cpp184 formatted_raw_ostream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) { in LLVMTargetMachineEmit()
231 formatted_raw_ostream destf(dest); in LLVMTargetMachineEmitToFile()
242 formatted_raw_ostream Out(OStream); in LLVMTargetMachineEmitToMemoryBuffer()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp113 formatted_raw_ostream &OS;
116 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer()
177 createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, in createMCAsmStreamer()
/external/llvm/unittests/Support/
Dformatted_raw_ostream_test.cpp23 formatted_raw_ostream C(B); in TEST()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPU.h28 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
Dradeon_llvm_emit.cpp134 formatted_raw_ostream out(oStream); in radeon_llvm_compile()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPU.h28 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
Dradeon_llvm_emit.cpp134 formatted_raw_ostream out(oStream); in radeon_llvm_compile()
/external/llvm/lib/Target/MSP430/
DMSP430.h38 class formatted_raw_ostream; variable
/external/llvm/lib/Target/XCore/
DXCore.h26 class formatted_raw_ostream; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp106 bool AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS);
489 formatted_raw_ostream &OS) { in AddEmitPasses()
532 llvm::formatted_raw_ostream FormattedOS; in EmitAssembly()
552 FormattedOS.setStream(*OS, formatted_raw_ostream::PRESERVE_STREAM); in EmitAssembly()
557 FormattedOS.setStream(*OS, formatted_raw_ostream::PRESERVE_STREAM); in EmitAssembly()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcTargetStreamer.cpp26 formatted_raw_ostream &OS) in SparcTargetAsmStreamer()
/external/clang/tools/driver/
Dcc1as_main.cpp254 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, in GetOutputStream()
276 return new formatted_raw_ostream(*Out, formatted_raw_ostream::DELETE_STREAM); in GetOutputStream()
316 std::unique_ptr<formatted_raw_ostream> Out( in ExecuteAssembler()
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h96 formatted_raw_ostream &OS;
99 MipsTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/llvm/lib/Target/R600/
DAMDGPU.h45 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);

12