Searched refs:ValidOffset (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp37 assert(data.ValidOffset(*offset_ptr));
80 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length -
108 while (data.ValidOffset(*offset_ptr)) {
H A DDWARFAbbreviationDeclaration.cpp44 while (data.ValidOffset(*offset_ptr)) {
H A DDWARFDebugAranges.cpp40 while (debug_aranges_data.ValidOffset(offset)) {
H A DDWARFDebugAbbrev.cpp108 while (data.ValidOffset(offset)) {
H A DDWARFDebugInfo.cpp82 while (data.ValidOffset(offset)) {
H A DDWARFDebugInfoEntry.cpp245 if (!data.ValidOffset(offset))
349 if (data.ValidOffset(offset)) {
H A DDWARFUnit.cpp838 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1);
865 assert(debug_info.ValidOffset(*offset_ptr));
878 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset(
H A DSymbolFileDWARF.cpp3230 if (data.ValidOffset(offset)) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h220 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } function in class:lldb_private::DataEncoder
H A DDataExtractor.h945 bool ValidOffset(lldb::offset_t offset) const { function in class:lldb_private::DataExtractor
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp109 if (ValidOffset(offset)) {
H A DDataExtractor.cpp164 if (data.ValidOffset(offset)) {
263 if (data.ValidOffset(data_offset)) {
917 ValidOffset(offset) && offset < end_offset; ++count) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp419 while (m_data.ValidOffset(offset)) {
455 while (m_data.ValidOffset(offset)) {
499 while (m_data.ValidOffset(offset)) {
541 while (m_data.ValidOffset(offset)) {
945 while (opcodes.ValidOffset(offset)) {
1691 if (opcodes.ValidOffset(new_offset))
1720 if (opcodes.ValidOffset(new_offset))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp58 while (m_arm_exidx_data.ValidOffset(offset)) {
H A DDWARFCallFrameInfo.cpp638 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp257 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp164 } while (data.ValidOffset(offset));

Completed in 267 milliseconds