Searched refs:Stream (Results 251 - 275 of 547) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp23 DumpStringToStreamWithNewline (Stream &strm, const std::string &s, bool add_newline_if_empty)
74 Stream &error_strm = GetErrorStream();
H A DOptionValueBoolean.cpp16 #include "lldb/Core/Stream.h"
25 OptionValueBoolean::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
H A DOptionValueUUID.cpp17 #include "lldb/Core/Stream.h"
25 OptionValueUUID::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp110 AppleThreadPlanStepThroughObjCTrampoline::GetDescription (Stream *s,
123 AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan (Stream *error)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h41 bool Verify(lldb_private::Stream *s) const;
42 void Dump(lldb_private::Stream *s) const;
H A DDWARFAbbreviationDeclaration.cpp74 DWARFAbbreviationDeclaration::Dump(Stream *s) const
H A DDWARFAbbreviationDeclaration.h62 void Dump(lldb_private::Stream *s) const;
H A DNameToDIE.cpp12 #include "lldb/Core/Stream.h"
65 NameToDIE::Dump (Stream *s)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp16 #include "lldb/Core/Stream.h"
64 ThreadPlanStepInstruction::GetDescription (Stream *s, lldb::DescriptionLevel level)
88 ThreadPlanStepInstruction::ValidatePlan (Stream *error)
H A DThreadPlanStepThrough.cpp16 #include "lldb/Core/Stream.h"
117 ThreadPlanStepThrough::GetDescription (Stream *s, lldb::DescriptionLevel level)
136 ThreadPlanStepThrough::ValidatePlan (Stream *error)
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp40 raw_string_ostream Stream(*Message);
41 DiagnosticPrinterRawOStream DP(Stream);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp103 raw_string_ostream Stream(Err);
104 Stream << "Sanitizer interface function redefined: " << *FuncOrBitcast;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DTimer.h66 DumpCategoryTimes (Stream *s);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h76 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCommon.h154 Dump (Stream *s);
H A DUnwindPlan.h23 #include "lldb/Core/Stream.h"
230 Dump (Stream &s,
397 Dump (Stream &s,
491 Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, lldb::addr_t base_addr) const;
536 Dump (Stream& s, Thread* thread, lldb::addr_t base_addr) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h57 Dump (Stream *s, int pair_index=-1);
H A DStackID.h91 Dump (Stream *s);
H A DThreadPlanStepInRange.h48 GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp17 #include "lldb/Core/Stream.h"
126 Stream &strm = description.ref();
H A DSBInstructionList.cpp15 #include "lldb/Core/Stream.h"
103 Stream &sref = description.ref();
H A DSBSourceManager.cpp17 #include "lldb/Core/Stream.h"
54 lldb_private::Stream *s)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConstString.cpp10 #include "lldb/Core/Stream.h"
252 Stream&
253 lldb_private::operator << (Stream& s, const ConstString& str)
290 ConstString::Dump(Stream *s, const char *fail_value) const
301 ConstString::DumpDebug(Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp25 #include "lldb/Core/Stream.h"
68 ClangUtilityFunction::Install (Stream &error_stream,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp14 #include "lldb/Core/Stream.h"
30 lldb_private::formatters::CFAbsoluteTimeSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
45 lldb_private::formatters::CFBagSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
126 lldb_private::formatters::CFBitVectorSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)
256 lldb_private::formatters::CFBinaryHeapSummaryProvider (ValueObject& valobj, Stream& stream, const TypeSummaryOptions& options)

Completed in 306 milliseconds

<<11121314151617181920>>