Home
last modified time | relevance | path

Searched refs:GetData (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp40 llvm::Expected<Terminal::Data> Terminal::GetData() { in GetData() function in Terminal
78 llvm::Expected<Data> data = GetData(); in SetEcho()
94 llvm::Expected<Data> data = GetData(); in SetCanonical()
110 llvm::Expected<Data> data = GetData(); in SetRaw()
275 llvm::Expected<Data> data = GetData(); in SetBaudRate()
301 llvm::Expected<Data> data = GetData(); in SetStopBits()
326 llvm::Expected<Data> data = GetData(); in SetParity()
359 llvm::Expected<Data> data = GetData(); in SetParityCheck()
381 llvm::Expected<Data> data = GetData(); in SetHardwareFlowControl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp234 newest_valueobj_sp->GetData(new_data, error); in WatchedValueReportable()
237 m_new_value_sp->GetData(old_data, error); in WatchedValueReportable()
299 if (strm.GetData()) in DumpSnapshots()
300 values_ss.Printf("old value: %s", strm.GetData()); in DumpSnapshots()
322 if (strm.GetData()) in DumpSnapshots()
323 values_ss.Printf("new value: %s", strm.GetData()); in DumpSnapshots()
329 s->Printf("%s", values_ss.GetData()); in DumpSnapshots()
501 const EventData *event_data = event->GetData(); in GetEventDataFromEvent()
504 return static_cast<const WatchpointEventData *>(event->GetData()); in GetEventDataFromEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h59 llvm::ArrayRef<uint8_t> GetData() const { in GetData() function
101 using DataBuffer::GetData;
110 llvm::MutableArrayRef<uint8_t> GetData() { in GetData() function
H A DDataExtractor.h337 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData() function
983 llvm::ArrayRef<uint8_t> GetData() const { in GetData() function
988 return {GetData(), GetByteOrder() == lldb::eByteOrderLittle, in GetAsLLVM()
997 const T *src = static_cast<const T *>(GetData(offset_ptr, src_size)); in Get()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp264 return m_disassembly.GetData(); in Disassemble()
775 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
805 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
822 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
844 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
906 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
918 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
931 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
1003 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
1019 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h38 lldb::WritableDataBufferSP &GetData() { return m_data_sp; } in GetData() function
40 const lldb::WritableDataBufferSP &GetData() const { return m_data_sp; } in GetData() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp75 const char *SBTypeSynthetic::GetData() { in GetData() function in SBTypeSynthetic
157 if (strcmp(GetData(), rhs.GetData())) in IsEqualTo()
H A DSBEvent.cpp63 EventData *event_data = lldb_event->GetData(); in GetDataFlavor()
65 return ConstString(lldb_event->GetData()->GetFlavor()).GetCString(); in GetDataFlavor()
H A DSBStream.cpp44 const char *SBStream::GetData() { in GetData() function in SBStream
50 return ConstString(static_cast<StreamString *>(m_opaque_up.get())->GetData()) in GetData()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dmacros.swig6 const char *desc = stream.GetData();
21 const char *desc = stream.GetData();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp86 platform->RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, in chown_file()
111 RunShellCommand(command.GetData(), FileSpec(), &status, nullptr, nullptr, in PutFile()
139 LLDB_LOGF(log, "[PutFile] Running command: %s\n", command.GetData()); in PutFile()
141 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in PutFile()
177 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile()
196 LLDB_LOGF(log, "[GetFile] Running command: %s\n", command.GetData()); in GetFile()
198 Host::RunShellCommand(command.GetData(), FileSpec(), &retcode, nullptr, in GetFile()
472 LLDB_LOG(log, "{0}", stream.GetData()); in DebugProcess()
959 Status error = EvaluateLibdlExpression(process, expr.GetData(), prefix, in UnloadImage()
970 return Status("expression failed: \"%s\"", expr.GetData()); in UnloadImage()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp81 stream.PutCString(sstr.GetData()); in CXXFunctionPointerSummaryProvider()
83 stream.Printf("(%s)", sstr.GetData()); in CXXFunctionPointerSummaryProvider()
H A DTypeFormat.cpp55 valobj->GetData(data, error); in FormatObject()
92 valobj->GetData(data, error); in FormatObject()
185 valobj->GetData(data, error); in FormatObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp32 llvm::MemoryBufferRef(toStringRef(data_sp->GetData()), "minidump")); in Create()
43 llvm::ArrayRef<uint8_t> MinidumpParser::GetData() { in GetData() function in MinidumpParser
54 GetData().slice(module->CvRecord.RVA, module->CvRecord.DataSize); in GetModuleUUID()
95 if (location.RVA + location.DataSize > GetData().size()) in GetThreadContext()
97 return GetData().slice(location.RVA, location.DataSize); in GetThreadContext()
445 if (loc_desc.RVA + loc_desc.DataSize > GetData().size()) in FindMemoryRange()
478 if (base_rva + range_size > GetData().size()) in FindMemoryRange()
483 GetData().slice(base_rva, range_size)); in FindMemoryRange()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp445 module_macros.c_str(), debug_macros_stream.GetData(), in GetText()
465 lldb_local_var_decls.GetData(), tagged_body.c_str()); in GetText()
476 lldb_local_var_decls.GetData(), tagged_body.c_str()); in GetText()
492 lldb_local_var_decls.GetData(), tagged_body.c_str()); in GetText()
509 lldb_local_var_decls.GetData(), tagged_body.c_str()); in GetText()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp69 auto text = toStringRef(data_sp->GetData()); in CreateInstance()
96 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications()
133 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp318 const uint8_t *data = static_cast<const uint8_t *>(GetData(offset_ptr, 1)); in GetU8()
333 static_cast<const uint8_t *>(GetData(offset_ptr, count)); in GetU8()
351 static_cast<const uint8_t *>(GetData(offset_ptr, sizeof(val))); in GetU16()
401 static_cast<const uint16_t *>(GetData(offset_ptr, src_size)); in GetU16()
429 static_cast<const uint8_t *>(GetData(offset_ptr, sizeof(val))); in GetU32()
450 static_cast<const uint32_t *>(GetData(offset_ptr, src_size)); in GetU32()
478 static_cast<const uint8_t *>(GetData(offset_ptr, sizeof(val))); in GetU64()
498 static_cast<const uint64_t *>(GetData(offset_ptr, src_size)); in GetU64()
540 static_cast<const uint8_t *>(GetData(offset_ptr, byte_size)); in GetMaxU64()
H A DEvent.cpp65 event_name.GetData()); in Dump()
181 const EventData *event_data = event_ptr->GetData(); in GetEventDataFromEvent()
261 const EventData *event_data = event_ptr->GetData(); in GetEventDataFromEvent()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp301 if (value.GetData(data)) { in WriteRegister()
462 reg_info->name, strm.GetData()); in WriteRegisterBytes()
489 reg_checkpoint.GetData().reset(); in ReadAllRegisterValues()
493 return ReadAllRegisterValues(reg_checkpoint.GetData()); in ReadAllRegisterValues()
513 return WriteAllRegisterValues(reg_checkpoint.GetData()); in WriteAllRegisterValues()
571 strm.GetData()); in ReadAllRegisterValues()
746 strm.GetData()); in WriteAllRegisterValues()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp685 size_t num_bytes = new_value_sp->GetData(data, data_error); in SetReturnValueObject()
853 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
878 f2_value.GetData(f2_data); in GetReturnValueObjectImpl()
888 f2_value.GetData(f2_data); in GetReturnValueObjectImpl()
960 f0_value.GetData(f0_data); in GetReturnValueObjectImpl()
984 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
990 f1_value.GetData(f1_data); in GetReturnValueObjectImpl()
1002 f2_value.GetData(f2_data); in GetReturnValueObjectImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp136 const DWARFDataExtractor &DWARFBaseDIE::GetData() const { in GetData() function in DWARFBaseDIE
139 return m_cu->GetData(); in GetData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp319 size_t num_bytes = new_value_sp->GetData(data, data_error); in SetReturnValueObject()
353 size_t num_bytes = new_value_sp->GetData(data, data_error); in SetReturnValueObject()
465 if (xmm0_value.GetData(data)) { in GetReturnValueObjectSimple()
670 rax_value.GetData(rax_data); in GetReturnValueObjectImpl()
671 rdx_value.GetData(rdx_data); in GetReturnValueObjectImpl()
672 xmm0_value.GetData(xmm0_data); in GetReturnValueObjectImpl()
673 xmm1_value.GetData(xmm1_data); in GetReturnValueObjectImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp20 if (const EventData *event_data = event_ptr->GetData()) in GetEventDataFromEventImpl()
22 return static_cast<const T *>(event_ptr->GetData()); in GetEventDataFromEventImpl()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBStreamDocstrings.i32 ) lldb::SBStream::GetData;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp26 return identify_magic(toStringRef(data->GetData())) == in IsCOFFObjectFile()
80 MemoryBufferRef buffer{toStringRef(data_sp->GetData()), in CreateInstance()
113 MemoryBufferRef buffer{toStringRef(data_sp->GetData()), in GetModuleSpecifications()

12345678