Searched refs:Stream (Results 626 - 650 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp779 Stream *stream, bool use_run_lock) {
845 Stream *stream,
1341 bool Process::DumpThreadPlansForTID(Stream &strm, lldb::tid_t tid,
1348 void Process::DumpThreadPlans(Stream &strm, lldb::DescriptionLevel desc_level,
1452 Status Process::ResumeSynchronous(Stream *stream) {
4179 void Process::ProcessEventData::Dump(Stream *s) const {
5572 void Process::GetStatus(Stream &strm) {
5592 size_t Process::GetThreadStatus(Stream &strm,
H A DTarget.cpp148 void Target::Dump(Stream *s, lldb::DescriptionLevel description_level) {
2861 Status Target::Launch(ProcessLaunchInfo &launch_info, Stream *stream) {
3020 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) {
3206 void Target::StopHook::GetDescription(Stream *s,
4077 void Target::TargetEventData::Dump(Stream *s) const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1339 llvm::raw_string_ostream Stream(Text);
1340 llvm::yaml::Output Output(Stream);
1345 return Stream.str();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp73 lldb_private::Stream &error_stream,
1535 lldb_private::Stream &error_stream) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp17 #include "lldb/Utility/Stream.h"
332 Stream &strm = description.ref();
H A DSBModule.cpp244 Stream &strm = description.ref();
H A DSBDebugger.cpp1415 Stream &strm = description.ref();
H A DSBFrame.cpp41 #include "lldb/Utility/Stream.h"
981 Stream &strm = description.ref();
H A DSBProcess.cpp31 #include "lldb/Utility/Stream.h"
993 Stream &strm = description.ref();
H A DSBValue.cpp40 #include "lldb/Utility/Stream.h"
1257 Stream &strm = description.ref();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp26 #include "lldb/Utility/Stream.h"
320 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
H A DObjCLanguage.cpp946 bool DumpToStream(Stream &stream, bool print_help_if_available) override {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp418 Stream &s) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp597 llvm::yaml::Stream InvocationFile(FileContent, SM);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp434 StreamString dwarf(Stream::eBinary, arch.GetAddressByteSize(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1009 Expected<CVSymbol> readSymbolFromStream(BinaryStreamRef Stream,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1258 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) { argument
1259 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream); local
1526 std::unique_ptr<llvm::yaml::Stream> Strm;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1207 BinaryStreamRef Stream(Subsection, llvm::support::little);
1209 if (Error E = Checksums.initialize(Stream))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp98 Status IRExecutionUnit::DisassembleFunction(Stream &stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1464 void Editline::PrintAsync(Stream *stream, const char *s, size_t len) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp14 #include "lldb/Utility/Stream.h"
217 void Scalar::GetValue(Stream *s, bool show_type) const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2644 Stream.EmitRecord(serialization::STMT_NULL_PTR, Record);
2651 Stream.EmitRecord(serialization::STMT_REF_PTR, Record);
2696 Writer->Stream.EmitRecord(serialization::STMT_STOP, ArrayRef<uint32_t>());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8206 void TypeSystemClang::Dump(Stream &s) {
8211 void TypeSystemClang::DumpFromSymbolFile(Stream &s,
8253 lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s,
8322 s, // Stream to dump to
8388 s, // Stream to dump to
8486 s, // Stream to dump to
8524 s, // Stream to dump to
8549 s, // Stream to dump to
8574 s, // Stream to dump to
8600 s, // Stream t
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp195 raw_string_ostream Stream(MsgStorage);
196 DiagnosticPrinterRawOStream DP(Stream);
199 Stream.flush();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp41 #include "lldb/Utility/Stream.h"
690 static void DumpOperand(const Operand &op, Stream &s) {

Completed in 305 milliseconds

<<21222324252627