Searched refs:Stream (Results 176 - 200 of 667) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp26 #include "lldb/Utility/Stream.h"
40 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
88 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
133 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
178 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
224 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
294 static void NSNumber_FormatChar(ValueObject &valobj, Stream &stream, char value,
310 static void NSNumber_FormatShort(ValueObject &valobj, Stream &stream,
326 static void NSNumber_FormatInt(ValueObject &valobj, Stream &stream, int value,
342 static void NSNumber_FormatLong(ValueObject &valobj, Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h43 void GetStatus(Stream &strm) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.h28 static void Dump(lldb_private::Stream &s,
H A DNameToDIE.h27 void Dump(lldb_private::Stream *s);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h96 inline Expected<CVRecord<Kind>> readCVRecordFromStream(BinaryStreamRef Stream, argument
99 BinaryStreamReader Reader(Stream);
118 Error operator()(BinaryStreamRef Stream, uint32_t &Len, argument
120 auto ExpectedRec = codeview::readCVRecordFromStream<Kind>(Stream, 0);
H A DDebugChecksumsSubsection.h43 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
64 Error initialize(BinaryStreamRef Stream);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp35 GlobalsStream::GlobalsStream(std::unique_ptr<MappedBlockStream> Stream) argument
36 : Stream(std::move(Stream)) {}
41 BinaryStreamReader Reader(*Stream);
97 "Stream does not contain a GSIHashHeader.");
H A DModuleDebugStream.cpp1 //===- ModuleDebugStream.cpp - PDB Module Info Stream Access --------------===//
32 std::unique_ptr<MappedBlockStream> Stream)
33 : Mod(Module), Stream(std::move(Stream)) {}
38 BinaryStreamReader Reader(*Stream);
30 ModuleDebugStreamRef( const DbiModuleDescriptor &Module, std::unique_ptr<MappedBlockStream> Stream) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp90 std::stringstream Stream; local
93 Stream << '-';
94 Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hex
97 addUUID(Target, Stream.str());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h38 void Dump(Stream *s) const;
159 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DBreakpointResolverName.h68 void GetDescription(Stream *s) override;
70 void Dump(Stream *s) const override;
H A DBreakpointSite.h103 void Dump(Stream *s) const override;
156 /// BreakpointSite::Dump(Stream *) to get information about the breakpoint
167 void GetDescription(Stream *s, lldb::DescriptionLevel level);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h20 class Stream;
98 void Dump(Stream *s, const char *separator_cstr = "\n") const;
H A DFormatEntity.h27 class Stream;
145 void Dump(Stream &s, int depth = 0) const;
181 static bool Format(const Entry &entry, Stream &s, const SymbolContext *sc,
186 static bool FormatStringRef(const llvm::StringRef &format, Stream &s,
192 static bool FormatCString(const char *format, Stream &s,
212 static bool FormatFileSpec(const FileSpec &file, Stream &s,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h75 void Dump(Stream *s);
82 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
H A DThreadPlanCallFunction.h35 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
37 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOut.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
30 bool ValidatePlan(Stream *error) override;
H A DLanguage.h37 virtual bool DumpToStream(Stream &stream,
65 bool DumpToStream(Stream &stream, bool print_help_if_available) override {
223 Stream &s);
226 Stream &s);
229 bool throw_on, Stream &s);
240 static void PrintAllLanguages(Stream &s, const char *prefix,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointID.cpp14 #include "lldb/Utility/Stream.h"
48 void BreakpointID::GetDescription(Stream *s, lldb::DescriptionLevel level) {
60 void BreakpointID::GetCanonicalReference(Stream *s, break_id_t bp_id,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const {
32 Stream &s) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclaration.cpp10 #include "lldb/Utility/Stream.h"
14 void Declaration::Dump(Stream *s, bool show_fullpaths) const {
42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h72 explicit GlobalsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
82 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::GlobalsStream
H A DTpiStream.h1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ------*- C++ -*-===//
37 TpiStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
77 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::TpiStream
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp29 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, argument
32 BinaryStreamReader Reader(Stream);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h93 /// Dump a description of this object to a Stream.
100 void Dump(Stream *s, Target *target) const;
102 /// Dump the stop context in this object to a Stream.
142 bool DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
212 void GetDescription(Stream *s, lldb::DescriptionLevel level,
347 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
398 /// Dump a description of this object to a Stream.
405 void Dump(Stream *s, Target *target) const;
452 void GetDescription(Stream *s, lldb::DescriptionLevel level,

Completed in 131 milliseconds

1234567891011>>