Searched refs:Ostream (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ImportedFunctionsInliningStatistics.cpp | 110 raw_string_ostream Ostream(Out); in dump() local 112 Ostream << "------- Dumping inliner stats for [" << ModuleName in dump() 116 Ostream << "-- List of inlined functions:\n"; in dump() 134 Ostream << "Inlined " in dump() 148 Ostream << "-- Summary:\n" in dump() 169 Ostream.flush(); in dump()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.h | 55 bool printAlias(const MCInst *MI, raw_ostream &Ostream); 56 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias, 58 bool printMemoryLoadIncrement(const MCInst *MI, raw_ostream &Ostream, 60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
|
| H A D | LanaiMCCodeEmitter.cpp | 77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream, 173 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction() argument 181 Ostream << static_cast<char>((Value >> i) & 0xff); in encodeInstruction()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | RetpolineInsertion.cpp | 191 llvm::raw_string_ostream Ostream(DispExprStr); in createRetpolineFunctionTag() local 192 MemRef.DispExpr->print(Ostream, BC.AsmInfo.get()); in createRetpolineFunctionTag() 193 Ostream.flush(); in createRetpolineFunctionTag()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | extra-toc-reg-deps.ll | 10 %"class.Foam::OSstream.26" = type { %"class.Foam::Ostream.base.9", %"class.Foam::fileName.10", %"cl… 11 %"class.Foam::Ostream.base.9" = type <{ %"class.Foam::IOstream.8", i16 }> 57 %"class.Foam::Ostream.189" = type <{ %"class.Foam::IOstream.8", i16, [6 x i8] }> 299 %call671 = invoke dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc() 307 %call677 = invoke dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc() 311 invoke void undef(%"class.Foam::Ostream.189"* %call677) 397 declare dereferenceable(56) %"class.Foam::Ostream.189"* @_ZN4FoamlsERNS_7OstreamEPKc() #0
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 6 "`P0053R7 <https://wg21.link/P0053R7>`__","LWG","C++ Synchronized Buffered Ostream","Albuquerque","… 22 "`P0753R2 <https://wg21.link/P0753R2>`__","LWG","Manipulators for C++ Synchronized Buffered Ostream…
|