Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/Support/
DFormattedStream.cpp41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { in ComputeColumn()
61 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
84 formatted_raw_ostream &llvm::fouts() { in fouts()
85 static formatted_raw_ostream S(outs()); in fouts()
91 formatted_raw_ostream &llvm::ferrs() { in ferrs()
92 static formatted_raw_ostream S(errs()); in ferrs()
98 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
99 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/llvm/lib/Support/
DFormattedStream.cpp48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn()
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
90 formatted_raw_ostream &llvm::fouts() { in fouts()
91 static formatted_raw_ostream S(outs()); in fouts()
97 formatted_raw_ostream &llvm::ferrs() { in ferrs()
98 static formatted_raw_ostream S(errs()); in ferrs()
104 formatted_raw_ostream &llvm::fdbgs() { in fdbgs()
105 static formatted_raw_ostream S(dbgs()); in fdbgs()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFormattedStream.h25 class formatted_raw_ostream : public raw_ostream {
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
88 explicit formatted_raw_ostream() in formatted_raw_ostream() function
93 ~formatted_raw_ostream() { in ~formatted_raw_ostream()
122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
141 formatted_raw_ostream &fouts();
145 formatted_raw_ostream &ferrs();
149 formatted_raw_ostream &fdbgs();
/external/llvm/include/llvm/Support/
DFormattedStream.h27 class formatted_raw_ostream : public raw_ostream {
89 formatted_raw_ostream(raw_ostream &Stream) in formatted_raw_ostream() function
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { in formatted_raw_ostream() function
97 ~formatted_raw_ostream() override { in ~formatted_raw_ostream()
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
149 formatted_raw_ostream &fouts();
153 formatted_raw_ostream &ferrs();
157 formatted_raw_ostream &fdbgs();
DTargetRegistry.h54 class formatted_raw_ostream; variable
58 std::unique_ptr<formatted_raw_ostream> OS,
147 MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint,
465 std::unique_ptr<formatted_raw_ostream> OS, in createAsmStreamer()
469 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer()
478 formatted_raw_ostream &OS, in createAsmTargetStreamer()
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
35 formatted_raw_ostream &) {} in emitFunctionAnnot() argument
41 formatted_raw_ostream &) { in emitBasicBlockStartAnnot() argument
47 formatted_raw_ostream &) { in emitBasicBlockEndAnnot() argument
53 formatted_raw_ostream &) {} in emitInstructionAnnot() argument
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment() argument
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h26 class formatted_raw_ostream; variable
36 formatted_raw_ostream &OS) {} in emitFunctionAnnot()
42 formatted_raw_ostream &OS) { in emitBasicBlockStartAnnot()
48 formatted_raw_ostream &OS) { in emitBasicBlockEndAnnot()
54 formatted_raw_ostream &OS) {} in emitInstructionAnnot()
58 virtual void printInfoComment(const Value &V, formatted_raw_ostream &OS) {} in printInfoComment()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp87 formatted_raw_ostream &OS;
89 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
97 formatted_raw_ostream &OS) in XCoreTargetAsmStreamer()
118 formatted_raw_ostream &OS, in createTargetAsmStreamer()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp48 formatted_raw_ostream &OS;
53 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
57 formatted_raw_ostream &OS) in AArch64TargetAsmStreamer()
195 formatted_raw_ostream &OS, in createAArch64AsmTargetStreamer()
DAArch64MCTargetDesc.h20 class formatted_raw_ostream; variable
60 formatted_raw_ostream &OS,
/external/swiftshader/third_party/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()
310 formatted_raw_ostream FOS(OS); in EmitMatcher()
583 formatted_raw_ostream &OS) { in EmitMatcherList()
599 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
733 formatted_raw_ostream &OS) { in EmitHistogram()
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp60 unsigned StartIdx, formatted_raw_ostream &OS);
62 void EmitPredicateFunctions(formatted_raw_ostream &OS);
64 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
67 formatted_raw_ostream &OS);
157 formatted_raw_ostream &OS) { in EmitMatcher()
193 formatted_raw_ostream FOS(OS); in EmitMatcher()
341 formatted_raw_ostream FOS(OS); in EmitMatcher()
622 formatted_raw_ostream &OS) { in EmitMatcherList()
638 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) { in EmitPredicateFunctions()
769 formatted_raw_ostream &OS) { in EmitHistogram()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPTargetMachine.h22 class formatted_raw_ostream; variable
31 formatted_raw_ostream &Out,
/external/llvm/lib/Target/Sparc/
DSparcTargetStreamer.h30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp55 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
68 formatted_raw_ostream &OS) { in emitFunctionAnnot()
72 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { in printInfoComment()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h50 formatted_raw_ostream &OS;
53 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
DWebAssemblyTargetStreamer.cpp32 MCStreamer &S, formatted_raw_ostream &OS) in WebAssemblyTargetAsmStreamer()
38 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) { in PrintTypes()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h43 class formatted_raw_ostream; variable
248 formatted_raw_ostream &,
304 formatted_raw_ostream &Out,
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp70 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { in printDebugLoc()
80 formatted_raw_ostream &OS) override { in emitFunctionAnnot()
84 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override { in printInfoComment()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.h42 formatted_raw_ostream &OS;
44 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp100 formatted_raw_ostream &OS;
103 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer()
208 formatted_raw_ostream &OS, in createAsmTargetStreamer()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.h21 class formatted_raw_ostream; variable
53 formatted_raw_ostream &OS,
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp83 formatted_raw_ostream &OS) { in emitFunctionAnnot()
91 formatted_raw_ostream &OS) { in emitBasicBlockStartAnnot()
103 formatted_raw_ostream &OS) { in emitBasicBlockEndAnnot()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCore.h25 class formatted_raw_ostream; variable
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPU.h24 class formatted_raw_ostream; variable

1234