Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp33 assert(data.ValidOffset(*offset_ptr)); in extract()
82 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length - in extract()
H A DDWARFAbbreviationDeclaration.cpp42 while (data.ValidOffset(*offset_ptr)) { in extract()
H A DDWARFDebugAranges.cpp40 while (debug_aranges_data.ValidOffset(offset)) { in extract()
H A DDWARFDebugAbbrev.cpp108 while (data.ValidOffset(offset)) { in parse()
H A DDWARFDebugInfo.cpp76 while (data.ValidOffset(offset)) { in ParseUnitsFor()
H A DDWARFUnit.cpp873 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract()
899 assert(debug_info.ValidOffset(*offset_ptr)); in extract()
912 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset( in extract()
H A DDWARFDebugInfoEntry.cpp249 if (!data.ValidOffset(offset)) in GetDIENamesAndRanges()
353 if (data.ValidOffset(offset)) { in GetDIENamesAndRanges()
H A DSymbolFileDWARF.cpp3148 if (data.ValidOffset(offset)) { in ParseVariableDIE()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h220 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
H A DDataExtractor.h945 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp108 if (ValidOffset(offset)) { in PutU8()
H A DDataExtractor.cpp163 if (data.ValidOffset(offset)) { in DataExtractor()
262 if (data.ValidOffset(data_offset)) { in SetData()
916 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp417 while (m_data.ValidOffset(offset)) { in GetLocation_DW_OP_addr()
453 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr()
497 while (m_data.ValidOffset(offset)) { in ContainsThreadLocalStorage()
539 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage()
1004 while (opcodes.ValidOffset(offset)) { in Evaluate()
1763 if (opcodes.ValidOffset(new_offset)) in Evaluate()
1792 if (opcodes.ValidOffset(new_offset)) in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp58 while (m_arm_exidx_data.ValidOffset(offset)) { in ArmUnwindInfo()
H A DDWARFCallFrameInfo.cpp637 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp162 } while (data.ValidOffset(offset)); in ParseObjects()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp284 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count; in DumpDataExtractor()