/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FormattedStream.cpp | 41 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/ |
D | FormattedStream.cpp | 48 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/ |
D | FormattedStream.h | 25 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/ |
D | FormattedStream.h | 27 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();
|
D | TargetRegistry.h | 54 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/ |
D | AssemblyAnnotationWriter.h | 26 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/ |
D | AssemblyAnnotationWriter.h | 26 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/ |
D | XCoreMCTargetDesc.cpp | 87 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/ |
D | AArch64ELFStreamer.cpp | 48 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()
|
D | AArch64MCTargetDesc.h | 20 class formatted_raw_ostream; variable 60 formatted_raw_ostream &OS,
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 55 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/ |
D | DAGISelMatcherEmitter.cpp | 60 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/ |
D | CPPTargetMachine.h | 22 class formatted_raw_ostream; variable 31 formatted_raw_ostream &Out,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetStreamer.h | 30 formatted_raw_ostream &OS; 33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 55 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/ |
D | WebAssemblyTargetStreamer.h | 50 formatted_raw_ostream &OS; 53 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
D | WebAssemblyTargetStreamer.cpp | 32 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/ |
D | TargetMachine.h | 43 class formatted_raw_ostream; variable 248 formatted_raw_ostream &, 304 formatted_raw_ostream &Out,
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 70 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/ |
D | AMDGPUTargetStreamer.h | 42 formatted_raw_ostream &OS; 44 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 100 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/ |
D | ARMMCTargetDesc.h | 21 class formatted_raw_ostream; variable 53 formatted_raw_ostream &OS,
|
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 83 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/ |
D | XCore.h | 25 class formatted_raw_ostream; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPU.h | 24 class formatted_raw_ostream; variable
|