Home
last modified time | relevance | path

Searched refs:PeekData (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp662 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 DHost.cpp68 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 DGDBRemoteRegisterContext.cpp134 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 DHost.cpp85 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 DHostNetBSD.cpp80 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 DDataExtractor.h338 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 DDisassemblerLLVMC.cpp491 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 DDWARFFormValue.cpp139 m_value.data = data.PeekData(*offset_ptr, m_value.uval); in ExtractValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp539 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 DObjectContainerBSDArchive.cpp337 (const char *)data.PeekData(offset, sizeof(ar_hdr) + SARMAG); in MagicBytesMatch()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp556 uint8_t *dst = const_cast<uint8_t *>(data.PeekData(0, byte_size)); in ReadFromMemory()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp955 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 DObjectFileELF.cpp1161 if (const uint8_t *buf = data.PeekData(offset, note.n_descsz)) { in RefineModuleDetailsFromNote()