Searched refs:Stream (Results 401 - 425 of 547) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp562 raw_string_ostream Stream(MsgStorage);
563 DiagnosticPrinterRawOStream DP(Stream);
565 Stream.flush();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp133 Stream *s,
271 SymbolContext::GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target) const
392 SymbolContext::Dump(Stream *s, Target *target) const
1095 SymbolContextSpecifier::GetDescription (Stream *s, lldb::DescriptionLevel level) const
1311 SymbolContextList::Dump(Stream *s, Target *target) const
1382 SymbolContextList::GetDescription(Stream *s,
H A DSymbolVendor.cpp18 #include "lldb/Core/Stream.h"
35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm)
420 SymbolVendor::Dump(Stream *s)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h357 Dump (Stream &s,
410 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
H A DModuleSpec.h20 #include "lldb/Core/Stream.h"
317 Dump (Stream &strm) const
586 Dump (Stream &strm)
H A DOpcode.h210 Dump (Stream *s, uint32_t min_byte_width);
H A DRegisterValue.h350 Dump (Stream *s,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp581 BreakpointLocation::GetDescription (Stream *s, lldb::DescriptionLevel level)
730 BreakpointLocation::Dump(Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp276 Stream *output_stream,
277 Stream *error_stream,
H A DCommandObjectFrame.cpp388 Stream &s = result.GetOutputStream();
504 Stream &output_stream = result.GetOutputStream();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp53 DynamicCheckerFunctions::Install(Stream &error_stream,
86 DynamicCheckerFunctions::DoCheckersExplainStop (lldb::addr_t addr, Stream &message)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp329 ClangUserExpression::Parse (Stream &error_stream,
561 Stream &error_stream)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp57 AppleObjCRuntime::GetObjectDescription (Stream &str, ValueObject &valobj)
90 AppleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scope)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h63 void Dump(Stream &s) const override;
181 Dump (Stream &strm) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp19 #include "lldb/Core/Stream.h"
87 ThreadPlanStepRange::ValidatePlan (Stream *error)
117 ThreadPlanStepRange::DumpRanges(Stream *s)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h201 DisassembleFunction (Stream &stream,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h1088 Stream *s,
1102 Stream *s,
1114 Stream *s,
1123 DumpTypeDescription (lldb::opaque_compiler_type_t type, Stream *s) override;
H A DObjectFile.h131 /// Dump a description of this object to a Stream.
142 Dump (Stream *s) = 0;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp237 Stream &strm = description.ref();
H A DSBBlock.cpp189 Stream &strm = description.ref();
H A DSBBreakpointLocation.cpp22 #include "lldb/Core/Stream.h"
318 Stream &strm = description.ref();
H A DSBCommandReturnObject.cpp231 Stream &strm = description.ref();
H A DSBCompileUnit.cpp285 Stream &strm = description.ref();
H A DSBLineEntry.cpp234 Stream &strm = description.ref();
H A DSBSection.cpp283 Stream &strm = description.ref();

Completed in 322 milliseconds

<<11121314151617181920>>