| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DataExtractor.cpp | 662 const uint8_t *src = PeekData(offset, length); in ExtractBytes() 681 const uint8_t *src = PeekData(offset, length); in CopyData() 717 const uint8_t *src = PeekData(src_offset, src_len); in CopyByteOrderedData() 786 const char *start = reinterpret_cast<const char *>(PeekData(*offset_ptr, 1)); in GetCStr() 816 const char *cstr = reinterpret_cast<const char *>(PeekData(*offset_ptr, len)); in GetCStr() 834 return reinterpret_cast<const char *>(PeekData(offset, 1)); in PeekCStr() 844 const uint8_t *src = PeekData(*offset_ptr, 1); in GetULEB128() 861 const uint8_t *src = PeekData(*offset_ptr, 1); in GetSLEB128() 879 const uint8_t *src = PeekData(*offset_ptr, 1); in Skip_LEB128()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 68 const uint8_t *p = data.PeekData(offset, 1); in GetOpenBSDProcessArgs() 71 p = data.PeekData(offset, 1); in GetOpenBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 134 m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)), in PrivateSetRegisterValue() 174 m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size)); in PrivateSetRegisterValue() 347 {m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size), 374 m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size)); in WriteRegisterBytes() 686 restore_data.PeekData(register_offset, reg_byte_size); in WriteAllRegisterValues()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 85 const uint8_t *p = data.PeekData(offset, 1); in GetFreeBSDProcessArgs() 88 p = data.PeekData(offset, 1); in GetFreeBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 80 const uint8_t *p = data.PeekData(offset, 1); in GetNetBSDProcessArgs() 83 p = data.PeekData(offset, 1); in GetNetBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 338 const uint8_t *ptr = PeekData(*offset_ptr, length); in GetData() 832 const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const { in PeekData() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 491 data.PeekData(data_offset, min_op_byte_size), min_op_byte_size, in Decode() 495 data.PeekData(data_offset, min_op_byte_size), min_op_byte_size); in Decode() 527 const_cast<uint8_t *>(data.PeekData(data_offset, 1)); in Decode() 670 const uint8_t *bytes = data.PeekData(offset, inst_size); in CalculateMnemonicOperandsAndComment()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 139 m_value.data = data.PeekData(*offset_ptr, m_value.uval); in ExtractValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 539 uint8_t *dst = const_cast<uint8_t *>(data.PeekData(0, byte_size)); in GetValueAsData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 337 (const char *)data.PeekData(offset, sizeof(ar_hdr) + SARMAG); in MagicBytesMatch()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 556 uint8_t *dst = const_cast<uint8_t *>(data.PeekData(0, byte_size)); in ReadFromMemory()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 955 s.Printf("%c", *data.PeekData(offset, 1)); in ReadPointedString() 987 s.Printf("%c", *data.PeekData(offset, 1)); in ReadPointedString()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1161 if (const uint8_t *buf = data.PeekData(offset, note.n_descsz)) { in RefineModuleDetailsFromNote()
|