Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp424 m_archive_sp->GetData().GetSharedDataBuffer(), data_offset); in CreateInstance()
/freebsd/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/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp238 newest_valueobj_sp->GetData(new_data, error); in WatchedValueReportable()
241 m_new_value_sp->GetData(old_data, error); in WatchedValueReportable()
305 if (strm.GetData()) in DumpSnapshots()
306 values_ss.Printf("old value: %s", strm.GetData()); in DumpSnapshots()
330 if (strm.GetData()) in DumpSnapshots()
331 values_ss.Printf("new value: %s", strm.GetData()); in DumpSnapshots()
337 s->Printf("%s", values_ss.GetData()); in DumpSnapshots()
522 const EventData *event_data = event->GetData(); in GetEventDataFromEvent()
525 return static_cast<const WatchpointEventData *>(event->GetData()); in GetEventDataFromEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h59 llvm::ArrayRef<uint8_t> GetData() const {
101 using DataBuffer::GetData;
110 llvm::MutableArrayRef<uint8_t> GetData() {
60 llvm::ArrayRef<uint8_t> GetData() const { GetData() function
111 llvm::MutableArrayRef<uint8_t> GetData() { 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/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp264 return m_disassembly.GetData(); in Disassemble()
272 return m_disassembly.Empty() ? nullptr : m_disassembly.GetData(); in Disassemble()
697 var_expr_path_strm.GetData(), child_name.GetCString(), in GetValueForVariableExpressionPath()
698 var_expr_path_strm.GetData(), var_expr.str().c_str()); in GetValueForVariableExpressionPath()
703 var_expr_path_strm.GetData(), child_name.GetCString(), in GetValueForVariableExpressionPath()
704 var_expr_path_strm.GetData(), var_expr.str().c_str()); in GetValueForVariableExpressionPath()
734 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
738 var_expr_path_strm.GetData(), in GetValueForVariableExpressionPath()
762 var_expr_path_strm.GetData(), var_expr.str().c_str()); in GetValueForVariableExpressionPath()
775 var_expr_path_strm.GetData()); in GetValueForVariableExpressionPath()
[all …]
/freebsd/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/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.cpp64 EventData *event_data = lldb_event->GetData(); in GetDataFlavor()
66 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/contrib/llvm-project/lldb/bindings/
H A Dmacros.swig6 const char *desc = stream.GetData();
21 const char *desc = stream.GetData();
/freebsd/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/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/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/contrib/llvm-project/lldb/source/DataFormatters/
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/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/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()
163 const EventData *event_data = event_ptr->GetData(); in GetEventDataFromEvent()
239 const EventData *event_data = event_ptr->GetData(); in GetEventDataFromEvent()
/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp132 const DWARFDataExtractor &DWARFBaseDIE::GetData() const { in GetData() function in DWARFBaseDIE
135 return m_cu->GetData(); in GetData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/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/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp21 if (const EventData *event_data = event_ptr->GetData()) in GetEventDataFromEventImpl()
23 return static_cast<const T *>(event_ptr->GetData()); in GetEventDataFromEventImpl()
H A DDataFileCache.cpp239 const uint8_t *bytes = (const uint8_t *)data.GetData(offset_ptr, length); in Decode()
303 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4); in Decode()
310 const char *bytes = (const char *)data.GetData(offset_ptr, length); in Decode()

12345678