Searched refs:Stream (Results 376 - 400 of 667) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContextList.cpp112 Stream &strm = description.ref();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp12 #include "lldb/Utility/Stream.h"
47 void FileSpecList::Dump(Stream *s, const char *separator_cstr) const {
H A DOpcode.cpp14 #include "lldb/Utility/Stream.h"
24 int Opcode::Dump(Stream *s, uint32_t min_byte_width) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp98 void CommandHistory::Dump(Stream &stream, size_t start_idx,
H A DOptionValueEnumeration.cpp26 Stream &strm, uint32_t dump_mask) {
H A DOptionValueFileSpec.cpp42 Stream &strm, uint32_t dump_mask) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp22 #include "lldb/Utility/Stream.h"
53 ValueObject &valobj, Stream &stream,
298 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
327 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
333 Stream &stream, const TypeSummaryOptions &summary_options) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h82 void Dump(Stream *s) override {}
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h74 void Dump(lldb_private::Stream *s) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp65 void GDBRemoteCommunicationHistory::Dump(Stream &strm) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h62 void Dump(Stream &s) override;
H A DDWARFDebugRanges.cpp11 #include "lldb/Utility/Stream.h"
75 void DWARFDebugRanges::Dump(Stream &s,
H A DDWARFFormValue.h53 void Dump(lldb_private::Stream &s) const;
H A DDWARFIndex.h62 virtual void Dump(Stream &s) = 0;
H A DDebugNamesDWARFIndex.h56 void Dump(Stream &s) override;
H A DManualDWARFIndex.h56 void Dump(Stream &s) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp15 #include "lldb/Utility/Stream.h"
93 llvm::Triple::ArchType arch_type, Stream &stream) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp63 lldb_private::Stream *feedback_strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp61 lldb_private::Stream *feedback_strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp12 #include "lldb/Utility/Stream.h"
50 void ProcessInfo::Dump(Stream &s, Platform *platform) const {
113 void ProcessInstanceInfo::Dump(Stream &s, UserIDResolver &resolver) const {
163 void ProcessInstanceInfo::DumpTableHeader(Stream &s, bool show_args,
186 void ProcessInstanceInfo::DumpAsTableRow(Stream &s, UserIDResolver &resolver,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h53 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
H A DDebugLinesSubsection.h72 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp66 auto Stream = std::make_unique<MemoryBufferByteStream>( local
70 auto File = std::make_unique<PDBFile>(Path, std::move(Stream), *Allocator);
97 auto Stream = std::make_unique<MemoryBufferByteStream>(std::move(Buffer),
100 auto File = std::make_unique<PDBFile>(PdbPath, std::move(Stream), *Allocator);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp381 auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream() local
384 auto &Array = Stream.typeArray();
385 uint32_t Count = Stream.getNumTypeRecords();
386 auto Offsets = Stream.getTypeIndexOffsets();
H A DLinePrinter.cpp53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) argument
54 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) {
179 formatLine("Stream {0}: Not present", StreamIdx);
184 "Stream {0}: Invalid offset and size, range out of stream bounds",
192 formatLine("Stream {0}: Not present", StreamIdx);
200 formatLine("Stream {0}: {1} (dumping {2:N} / {3:N} bytes)", StreamIdx,
213 const msf::MSFStreamLayout &Stream,
217 auto Runs = computeBlockRuns(File.getBlockSize(), Stream);
212 formatMsfStreamData(StringRef Label, PDBFile &File, const msf::MSFStreamLayout &Stream, BinarySubstreamRef Substream) argument

Completed in 637 milliseconds

<<11121314151617181920>>