Home
last modified time | relevance | path

Searched refs:ValidOffsetForDataOfSize (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp59 if (ValidOffsetForDataOfSize(offset, sizeof(value))) { in PutU16()
71 if (ValidOffsetForDataOfSize(offset, sizeof(value))) { in PutU32()
83 if (ValidOffsetForDataOfSize(offset, sizeof(value))) { in PutU64()
116 if (ValidOffsetForDataOfSize(offset, src_len)) { in PutData()
H A DDataExtractor.cpp695 if (!ValidOffsetForDataOfSize(src_offset, src_len)) in CopyByteOrderedData()
696 assert(ValidOffsetForDataOfSize(src_offset, src_len)); in CopyByteOrderedData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h833 if (ValidOffsetForDataOfSize(offset, length)) in PeekData()
963 bool ValidOffsetForDataOfSize(lldb::offset_t offset, in ValidOffsetForDataOfSize() function
H A DDataEncoder.h276 bool ValidOffsetForDataOfSize(uint32_t offset, uint32_t length) const {
278 bool ValidOffsetForDataOfSize(uint32_t offset, uint32_t length) const { ValidOffsetForDataOfSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp19 while (data.ValidOffsetForDataOfSize(offset, value_type_size)) { in ParseAuxv()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp650 if (!data.ValidOffsetForDataOfSize(*offset_ptr, 8)) in Decode()
668 if (!data.ValidOffsetForDataOfSize(*offset_ptr, 20)) in Decode()
H A DDWARFCallFrameInfo.cpp438 while (m_cfi_data.ValidOffsetForDataOfSize(offset, 8)) { in GetFDEIndex()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp522 if (!data.ValidOffsetForDataOfSize(0, byte_size)) { in GetValueAsData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp618 if (data.ValidOffsetForDataOfSize(offset, index_size)) in ReadAddressFromDebugAddrSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1050 note.data.ValidOffsetForDataOfSize(0, note.info.n_descsz)) in FindBuidIdInCoreMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp101 if (!m_data.ValidOffsetForDataOfSize(offset, ctf_header_size)) { in ParseHeader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp463 if (!data.ValidOffsetForDataOfSize(data_offset, min_op_byte_size)) in Decode()