Searched refs:Stream (Results 426 - 450 of 667) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp60 bool show_stopped_process_status, Stream &strm) {
116 bool show_stopped_process_status, Stream &strm) {
475 Stream &strm = result.GetOutputStream();
516 Stream &strm = result.GetOutputStream();
756 void DumpValueObject(Stream &s, VariableSP &var_sp, ValueObjectSP &valobj_sp,
825 const VariableList &variable_list, Stream &s) {
854 Stream &s = result.GetOutputStream();
1293 static void DumpModuleArchitecture(Stream &strm, Module *module,
1311 static void DumpModuleUUID(Stream &strm, Module *module) {
1319 Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp133 llvm::raw_svector_ostream Stream(FinalMessage);
134 WriteHeader(Stream, "", "");
139 Stream << Content << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp344 BinaryStreamRef Stream = Types.getUnderlyingStream(); local
346 cantFail(Stream.readBytes(0, Stream.getLength(), Buffer));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp143 for (auto &Stream : StreamMap) {
145 BlockList.Blocks.assign(Stream.begin(), Stream.end());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h54 const DumpValueObjectOptions &, Stream &)>
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h207 void PrintAsync(Stream *stream, const char *s, size_t len);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h363 ExecutionContext *exe_ctx, Stream *s,
370 virtual bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream *s,
387 lldb::opaque_compiler_type_t type, Stream *s,
395 ExecutionContext *exe_ctx, Stream *s,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h237 virtual void GetStatus(Stream &strm);
302 Stream *feedback_stream);
380 Stream &stream, Target *target, Status &error);
858 Debugger &debugger, Stream *stream,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h78 lldb_private::Stream
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp17 #include "lldb/Utility/Stream.h"
111 Stream &strm = description.ref();
H A DSBMemoryRegionInfo.cpp123 Stream &strm = description.ref();
H A DSBSourceManager.cpp19 #include "lldb/Utility/Stream.h"
44 lldb_private::Stream *s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp19 #include "lldb/Utility/Stream.h"
191 void AddressResolverName::GetDescription(Stream *s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp16 #include "lldb/Utility/Stream.h"
21 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) {
31 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s,
37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options,
44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options,
54 assert(m_stream && "cannot print to a NULL Stream");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp13 #include "lldb/Utility/Stream.h"
19 Stream &strm, uint32_t dump_mask) {
H A DOptionValuePathMappings.cpp15 #include "lldb/Utility/Stream.h"
29 Stream &strm, uint32_t dump_mask) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h64 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h71 bool TestEmulation(lldb_private::Stream *out_stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp177 ValueObject &valobj, Stream &s, const TypeSummaryOptions &) {
H A DLibCxxVariant.cpp118 bool LibcxxVariantSummaryProvider(ValueObject &valobj, Stream &stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp22 #include "lldb/Utility/Stream.h"
56 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h100 void Dump(Stream &s);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h66 void Dump(lldb_private::Stream *s) const override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h269 void Dump(lldb_private::Stream *s, uint32_t idx,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h88 void Dump(Stream *s) override;

Completed in 513 milliseconds

<<11121314151617181920>>