reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/AssemblyAnnotationWriter.h
   25 class formatted_raw_ostream;
include/llvm/MC/MCStreamer.h
   40 class formatted_raw_ostream;
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
   21 class formatted_raw_ostream;
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
   24 class formatted_raw_ostream;
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
   22 class formatted_raw_ostream;
lib/Target/Lanai/Lanai.h
   24 class formatted_raw_ostream;
lib/Target/Lanai/LanaiTargetMachine.h
   25 class formatted_raw_ostream;
lib/Target/MSP430/MSP430.h
   39   class formatted_raw_ostream;
lib/Target/NVPTX/NVPTX.h
   24 class formatted_raw_ostream;
lib/Target/Sparc/Sparc.h
   24   class formatted_raw_ostream;
lib/Target/XCore/XCore.h
   25   class formatted_raw_ostream;

References

include/llvm/IR/AssemblyAnnotationWriter.h
   34                                  formatted_raw_ostream &) {}
   40                                         formatted_raw_ostream &) {
   46                                       formatted_raw_ostream &) {
   52                                     formatted_raw_ostream &) {}
   56   virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
include/llvm/MC/MCStreamer.h
 1043                               std::unique_ptr<formatted_raw_ostream> OS,
include/llvm/Object/SymbolicFile.h
   46 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
   46 OStream& operator<<(OStream &OS, const DataRefImpl &D) {
include/llvm/Support/FormattedStream.h
  106   formatted_raw_ostream &PadToColumn(unsigned NewCol);
  148 formatted_raw_ostream &fouts();
  152 formatted_raw_ostream &ferrs();
  156 formatted_raw_ostream &fdbgs();
include/llvm/Support/TargetRegistry.h
   82 createAsmStreamer(MCContext &Ctx, std::unique_ptr<formatted_raw_ostream> OS,
  188       MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint,
  524                                 std::unique_ptr<formatted_raw_ostream> OS,
  530     formatted_raw_ostream &OSRef = *OS;
  539                                             formatted_raw_ostream &OS,
lib/Analysis/LazyValueInfo.cpp
  366                                         formatted_raw_ostream &OS);
  369                                     formatted_raw_ostream &OS);
 1984     const BasicBlock *BB, formatted_raw_ostream &OS) {
 2001     const Instruction *I, formatted_raw_ostream &OS) {
lib/Analysis/MemorySSA.cpp
  107                                 formatted_raw_ostream &OS) override {
  113                             formatted_raw_ostream &OS) override {
lib/Analysis/MustExecute.cpp
  413   void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
lib/CodeGen/LLVMTargetMachine.cpp
  143     auto FOut = std::make_unique<formatted_raw_ostream>(Out);
lib/IR/AsmWriter.cpp
 2354   formatted_raw_ostream &Out;
 2372   AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M,
 2376   AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
 2451 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
 2464 AssemblyWriter::AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
 3139                                     formatted_raw_ostream &Out) {
 3185                             formatted_raw_ostream &Out) {
 3194                              formatted_raw_ostream &Out) {
 3204                                  formatted_raw_ostream &Out) {
 3213                                   formatted_raw_ostream &Out) {
 3244 static void maybePrintComdat(formatted_raw_ostream &Out,
 4190   formatted_raw_ostream OS(ROS);
 4200   formatted_raw_ostream OS(ROS);
 4208   formatted_raw_ostream OS(ROS);
 4224   formatted_raw_ostream OS(ROS);
 4293   formatted_raw_ostream OS(ROS);
 4384   formatted_raw_ostream OS(ROS);
 4422   formatted_raw_ostream OS(ROS);
lib/MC/MCAsmStreamer.cpp
   45   std::unique_ptr<formatted_raw_ostream> OSOwner;
   46   formatted_raw_ostream &OS;
   65   MCAsmStreamer(MCContext &Context, std::unique_ptr<formatted_raw_ostream> os,
 1560 static void PrintCFIEscape(llvm::formatted_raw_ostream &OS, StringRef Values) {
 2026                                     std::unique_ptr<formatted_raw_ostream> OS,
lib/MC/MCDisassembler/Disassembler.cpp
  140                          formatted_raw_ostream &FormattedOS) {
  279     formatted_raw_ostream FormattedOS(OS);
lib/Support/FormattedStream.cpp
   67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
   90 formatted_raw_ostream &llvm::fouts() {
   91   static formatted_raw_ostream S(outs());
   97 formatted_raw_ostream &llvm::ferrs() {
   98   static formatted_raw_ostream S(errs());
  104 formatted_raw_ostream &llvm::fdbgs() {
  105   static formatted_raw_ostream S(dbgs());
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
   46   formatted_raw_ostream &OS;
   51   AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
   55                                                    formatted_raw_ostream &OS)
  198                                                  formatted_raw_ostream &OS,
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
   61                                                  formatted_raw_ostream &OS,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
   87                                                       formatted_raw_ostream &OS,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  161                                                  formatted_raw_ostream &OS)
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
   94   formatted_raw_ostream &OS;
   96   AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
   78                                                  formatted_raw_ostream &OS,
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
   72   formatted_raw_ostream &OS;
  106   ARMTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS,
  111                                            formatted_raw_ostream &OS,
 1485                                              formatted_raw_ostream &OS,
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
   53                                              formatted_raw_ostream &OS,
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
   86                                                    formatted_raw_ostream &OS,
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  135                            formatted_raw_ostream &OS,
  248 createMCAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS,
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
  119                                                      formatted_raw_ostream &OS,
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  402                                              formatted_raw_ostream &OS)
lib/Target/Mips/MipsTargetStreamer.h
  210   formatted_raw_ostream &OS;
  213   MipsTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
   63                                                  formatted_raw_ostream &,
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  104   formatted_raw_ostream &OS;
  107   PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS)
  265                                                  formatted_raw_ostream &OS,
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
   90                                                       formatted_raw_ostream &OS,
lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
   22                                                formatted_raw_ostream &OS)
lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
   30   formatted_raw_ostream &OS;
   33   RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
   80                                                  formatted_raw_ostream &OS,
lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
   25                                                formatted_raw_ostream &OS)
lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
   29   formatted_raw_ostream &OS;
   32   SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
   88                                                  formatted_raw_ostream &OS,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
   35     MCStreamer &S, formatted_raw_ostream &OS)
   41 static void printTypes(formatted_raw_ostream &OS,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
   58   formatted_raw_ostream &OS;
   61   WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
   86                                              formatted_raw_ostream &OS,
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
   25   formatted_raw_ostream &OS;
   29   X86WinCOFFAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS,
  446                                                    formatted_raw_ostream &OS,
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
   84   formatted_raw_ostream &OS;
   87   XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
   98                                                formatted_raw_ostream &OS)
  118                                                  formatted_raw_ostream &OS,
lib/Transforms/Utils/PredicateInfo.cpp
  832                                         formatted_raw_ostream &OS) {}
  835                                     formatted_raw_ostream &OS) {
tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
   38   llvm::formatted_raw_ostream FOut(Out);
tools/clang/tools/driver/cc1as_main.cpp
  454     auto FOut = std::make_unique<formatted_raw_ostream>(*Out);
tools/dsymutil/DwarfStreamer.cpp
   94         *MC, std::make_unique<formatted_raw_ostream>(OutFile), true, true, MIP,
tools/llvm-dis/llvm-dis.cpp
   72 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
   82                          formatted_raw_ostream &OS) override {
   86   void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
tools/llvm-mc/llvm-mc.cpp
  466     auto FOut = std::make_unique<formatted_raw_ostream>(*OS);
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  287 static void printInstruction(formatted_raw_ostream &FOS,
  323   formatted_raw_ostream FOS(OS);
tools/llvm-mca/Views/InstructionInfoView.cpp
   91       formatted_raw_ostream FOS(TempStream);
tools/llvm-mca/Views/ResourcePressureView.cpp
   67 static void printColumnNames(formatted_raw_ostream &OS,
   91 static void printResourcePressure(formatted_raw_ostream &OS, double Pressure,
  105   formatted_raw_ostream FOS(TempStream);
  148   formatted_raw_ostream FOS(TempStream);
tools/llvm-mca/Views/SchedulerStatistics.cpp
  138   formatted_raw_ostream FOS(OS);
tools/llvm-mca/Views/TimelineView.cpp
  132 void TimelineView::printWaitTimeEntry(formatted_raw_ostream &OS,
  189   formatted_raw_ostream FOS(OS);
  227 void TimelineView::printTimelineViewEntry(formatted_raw_ostream &OS,
  266 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) {
  291   formatted_raw_ostream FOS(OS);
tools/llvm-mca/Views/TimelineView.h
  150   void printTimelineViewEntry(llvm::formatted_raw_ostream &OS,
  153   void printWaitTimeEntry(llvm::formatted_raw_ostream &OS,
tools/llvm-objdump/MachODump.cpp
 7158                          formatted_raw_ostream &FormattedOS,
 7633           formatted_raw_ostream FormattedOS(outs());
tools/llvm-readobj/ELFDumper.cpp
  445   formatted_raw_ostream &OS;
  530   formatted_raw_ostream &printField(struct Field F) {
 2717 static inline void printFields(formatted_raw_ostream &OS, StringRef Str1,
 3765 static void printGNUVersionSectionProlog(formatted_raw_ostream &OS,
unittests/Support/formatted_raw_ostream_test.cpp
   22   formatted_raw_ostream C(B);
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
  811     { typedef unique_ptr<_Tp> __single_object; };
  823     inline typename _MakeUniq<_Tp>::__single_object
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1633     { typedef _Tp   type; };
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>
utils/TableGen/FixedLenDecoderEmitter.cpp
  143   void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
  146   void emitPredicateFunction(formatted_raw_ostream &OS,
  149   void emitDecoderFunction(formatted_raw_ostream &OS,
  749 void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS,
  939 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates,
  964 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
 2128 static void emitFieldFromInstruction(formatted_raw_ostream &OS) {
 2187 static void emitDecodeInstruction(formatted_raw_ostream &OS) {
 2373   formatted_raw_ostream OS(o);
utils/TableGen/X86FoldTablesEmitter.cpp
  112     void print(formatted_raw_ostream &OS) const {
  148   void run(formatted_raw_ostream &OS);
  166                   formatted_raw_ostream &OS) {
  575 void X86FoldTablesEmitter::run(formatted_raw_ostream &OS) {
  668   formatted_raw_ostream OS(o);