Searched refs:Stream (Results 551 - 575 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h292 void Dump(lldb_private::Stream &s) override;
294 void DumpClangAST(lldb_private::Stream &s) override;
H A DDebugNamesDWARFIndex.cpp15 #include "lldb/Utility/Stream.h"
287 void DebugNamesDWARFIndex::Dump(Stream &s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp14 #include "lldb/Utility/Stream.h"
53 // Stream s(stdout);
421 void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style,
435 void LineTable::GetDescription(Stream *s, Target *target,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp395 auto Stream = AddStream(Task); local
399 if (TM->addPassesToEmitFile(CodeGenPasses, *Stream->OS,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp116 void format(raw_ostream &Stream, StringRef Style) override {
117 Stream << formatv(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp57 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
65 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h309 typedef std::function<bool(ValueObject &, Stream &,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h215 Status DisassembleFunction(Stream &stream, lldb::ProcessSP &process_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h117 /// Dump a description of this object to a Stream.
125 virtual void Dump(Stream *s) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h27 class Stream;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp209 Stream &strm = description.ref();
H A DSBBlock.cpp171 Stream &strm = description.ref();
H A DSBSection.cpp277 Stream &strm = description.ref();
H A DSBWatchpoint.cpp22 #include "lldb/Utility/Stream.h"
242 Stream &strm = description.ref();
H A DSBType.cpp19 #include "lldb/Utility/Stream.h"
388 Stream &strm = description.ref();
716 Stream &strm = description.ref();
876 Stream &strm = description.ref();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp763 std::unique_ptr<Stream> output_stream_storage;
764 Stream *output_stream_p = nullptr;
1332 Stream::eBinary,
1646 Stream *output_stream = &result.GetOutputStream();
H A DCommandObjectProcess.cpp1278 Stream &strm = result.GetOutputStream();
1427 void PrintSignalHeader(Stream &str) {
1432 void PrintSignal(Stream &str, int32_t signo, const char *sig_name,
1447 void PrintSignalInformation(Stream &str, Args &signal_args,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp31 #include "lldb/Utility/Stream.h"
123 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h162 void GetDescription(Stream &stream, lldb::DescriptionLevel level) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp13 #include "lldb/Utility/Stream.h"
308 void ELFSymbol::Dump(lldb_private::Stream *s, uint32_t idx,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h162 void DumpClangAST(Stream &s) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h173 void DumpClangAST(lldb_private::Stream &s) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp17 #include "lldb/Utility/Stream.h"
123 void PathMappingList::Dump(Stream *s, int pair_index) {
H A DThreadPlanStepInRange.cpp23 #include "lldb/Utility/Stream.h"
106 void ThreadPlanStepInRange::GetDescription(Stream *s,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h215 extern llvm::cl::opt<std::string> Stream;

Completed in 294 milliseconds

<<21222324252627