Lines Matching refs:Stream

42   raw_string_ostream Stream;  member in __anone293cf3c0111::Err
45 Err(const char *InitialMsg) : Buffer(InitialMsg), Stream(Buffer) {} in Err()
47 : Buffer(), Stream(Buffer) { in Err()
53 Stream << Val; in operator <<()
58 Stream.write_hex(Val); in write_hex()
64 [=](ErrorInfoBase &Info) { Stream << Info.message(); }); in operator <<()
507 raw_ostream &Stream) { in printMod() argument
510 Stream << " const"; in printMod()
513 Stream << " volatile"; in printMod()
516 Stream << " restrict"; in printMod()
519 Stream << " type_tag(\"" << BTF.findString(Type->NameOff) << "\")"; in printMod()
545 static raw_ostream &operator<<(raw_ostream &Stream, const StrOrAnon &S) { in operator <<() argument
548 Stream << "<anon " << S.Idx << ">"; in operator <<()
550 Stream << Str; in operator <<()
551 return Stream; in operator <<()
659 raw_svector_ostream Stream(Result); in symbolize() local
665 relocKindName(Reloc->RelocKind, Stream); in symbolize()
666 Stream << " [" << Reloc->TypeID << "] '" << FullSpecStr << "'" in symbolize()
687 relocKindName(Reloc->RelocKind, Stream); in symbolize()
694 Stream << " [" << CurId << "]"; in symbolize()
699 for (uint32_t ChainLen = 0; printMod(*this, Type, Stream); ++ChainLen) { in symbolize()
711 Stream << " void"; in symbolize()
715 Stream << " typedef"; in symbolize()
718 Stream << " struct"; in symbolize()
721 Stream << " union"; in symbolize()
724 Stream << " enum"; in symbolize()
727 Stream << " enum"; in symbolize()
731 Stream << " fwd union"; in symbolize()
733 Stream << " fwd struct"; in symbolize()
738 Stream << " " << StrOrAnon({*this, Type->NameOff, CurId}); in symbolize()
750 Stream << "::"; in symbolize()
785 Stream << StrOrAnon({*this, NameOff, Idx}); in symbolize()
787 Stream << " = " << (int64_t)Val; in symbolize()
789 Stream << " = " << (uint64_t)Val; in symbolize()
820 Stream << "[" << RawSpec[0] << "]"; in symbolize()
833 Stream << "."; in symbolize()
834 Stream << StrOrAnon({*this, Member.NameOff, Idx}); in symbolize()
840 Stream << "[" << Idx << "]"; in symbolize()
852 Stream << " (" << FullSpecStr << ")"; in symbolize()