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

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h51 Stream &
64 Stream &
H A DCommandObject.h164 FormatLongHelpText (Stream &output_strm, const char *long_help);
170 GenerateHelpText (Stream &result);
211 GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter);
222 GetFormattedCommandArguments (Stream &str, uint32_t opt_set_mask = LLDB_OPT_SET_ALL);
H A DOptionValueArch.h70 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueBoolean.h53 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueDictionary.h49 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueEnumeration.h19 #include "lldb/Core/Stream.h"
53 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueFileSpec.h49 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueFormat.h54 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueFormatEntity.h42 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueLanguage.h55 DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueUInt64.h69 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp157 BreakpointResolverAddress::GetDescription (Stream *s)
164 BreakpointResolverAddress::Dump (Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h148 Parse (Stream &error_stream,
194 Stream &error_stream) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp12 #include "lldb/Core/Stream.h"
60 DWARFAbbreviationDeclarationSet::Dump(Stream *s) const
166 DWARFDebugAbbrev::Dump(Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp22 #include "lldb/Core/Stream.h"
59 ThreadPlanBase::GetDescription (Stream *s, lldb::DescriptionLevel level)
65 ThreadPlanBase::ValidatePlan (Stream *error)
H A DThreadPlanPython.cpp54 ThreadPlanPython::ValidatePlan (Stream *error)
175 ThreadPlanPython::GetDescription (Stream *s,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h267 GetDescription (Stream *s, lldb::DescriptionLevel level);
273 Dump(Stream *s) const override;
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DLinePrinter.cpp42 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) argument
43 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) {
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h80 IByteIn *Stream; member in struct:__anon1839
91 IByteOut *Stream; member in struct:__anon1840
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp138 BitstreamCursor Stream;
423 BitstreamCursor Stream;
1158 if (Stream.EnterSubBlock(bitc::PARAMATTR_BLOCK_ID))
1170 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
1185 switch (Stream.readRecord(Entry.ID, Record)) {
1339 if (Stream.EnterSubBlock(bitc::PARAMATTR_GROUP_BLOCK_ID))
1349 BitstreamEntry Entry = Stream.advanceSkippingSubblocks();
1364 switch (Stream.readRecord(Entry.ID, Record)) {
1425 if (Stream.EnterSubBlock(bitc::TYPE_BLOCK_ID_NEW))
1442 BitstreamEntry Entry = Stream
3710 hasValidBitcodeHeader(BitstreamCursor &Stream) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h106 Stream &s);
260 EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
436 GetProcessSTDOUT (Process *process, Stream *stream);
439 GetProcessSTDERR (Process *process, Stream *stream);
H A DFileSpecList.h105 Dump (Stream *s, const char *separator_cstr = "\n") const;
H A DUUID.h45 Dump (Stream *s) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DTimeValue.h82 Dump (Stream *s, uint32_t width = 0) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h76 /// Dump a description of this object to a Stream.
87 Dump (Stream *s) const = 0;

Completed in 221 milliseconds

1234567891011>>