Searched refs:Stream (Results 501 - 525 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h326 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h21 #include "lldb/Utility/Stream.h"
78 void Dump(lldb_private::Stream &s) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h92 void Dump(Stream &s, const char *label_name = "argv") const;
H A DRegisterValue.h24 class Stream;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp230 Stream &strm = description.ref();
H A DSBDeclaration.cpp15 #include "lldb/Utility/Stream.h"
163 Stream &strm = description.ref();
H A DSBFileSpec.cpp16 #include "lldb/Utility/Stream.h"
178 Stream &strm = description.ref();
H A DSBInstructionList.cpp19 #include "lldb/Utility/Stream.h"
151 bool SBInstructionList::GetDescription(Stream &sref) {
H A DSBLineEntry.cpp176 Stream &strm = description.ref();
H A DSBSymbol.cpp103 Stream &strm = description.ref();
H A DSBSymbolContext.cpp206 Stream &strm = description.ref();
H A DSBTypeEnumMember.cpp17 #include "lldb/Utility/Stream.h"
187 Stream &strm = description.ref();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp153 void BreakpointList::Dump(Stream *s) const {
H A DBreakpointLocationCollection.cpp166 Stream *s, lldb::DescriptionLevel level) {
H A DBreakpointSiteList.cpp11 #include "lldb/Utility/Stream.h"
151 void BreakpointSiteList::Dump(Stream *s) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp31 static void AddWatchpointDescription(Stream *s, Watchpoint *wp,
239 Stream &output_stream = result.GetOutputStream();
865 Stream &output_stream = result.GetOutputStream();
1107 Stream &output_stream = result.GetOutputStream();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp24 #include "lldb/Utility/Stream.h"
300 void ValueObjectRegister::GetExpressionPath(Stream &s,
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp263 ValueObject &valobj, Stream &s, const TypeSummaryOptions &) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp375 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type,
445 void CommandObject::GetFormattedCommandArguments(Stream &str,
823 void CommandObject::FormatLongHelpText(Stream &output_strm,
850 void CommandObject::GenerateHelpText(Stream &output_strm) {
H A DOptionValueArray.cpp13 #include "lldb/Utility/Stream.h"
18 void OptionValueArray::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueDictionary.cpp21 Stream &strm, uint32_t dump_mask) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h79 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp136 Stream &result) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp21 #include "lldb/Utility/Stream.h"
100 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp151 void ObjectFileJIT::Dump(Stream *s) {

Completed in 376 milliseconds

<<21222324252627