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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp37 assert(data.ValidOffset(*offset_ptr));
79 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length -
103 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.cpp76 while (data.ValidOffset(offset)) {
H A DDWARFDebugInfoEntry.cpp245 if (!data.ValidOffset(offset))
349 if (data.ValidOffset(offset)) {
407 if (data.ValidOffset(offset)) {
H A DDWARFUnit.cpp847 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1);
873 assert(debug_info.ValidOffset(*offset_ptr));
886 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset(
H A DSymbolFileDWARF.cpp3353 if (data.ValidOffset(offset)) {
/freebsd-12-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.h961 bool ValidOffset(lldb::offset_t offset) const { function in class:lldb_private::DataExtractor
/freebsd-12-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)) {
996 ValidOffset(offset) && offset < end_offset; ++count) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp416 while (m_data.ValidOffset(offset)) {
452 while (m_data.ValidOffset(offset)) {
496 while (m_data.ValidOffset(offset)) {
538 while (m_data.ValidOffset(offset)) {
942 while (opcodes.ValidOffset(offset)) {
1688 if (opcodes.ValidOffset(new_offset))
1717 if (opcodes.ValidOffset(new_offset))
2749 while (data.ValidOffset(offset)) {
2769 while (debug_loc_data.ValidOffset(offset)) {
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp194 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp162 } while (data.ValidOffset(offset));

Completed in 233 milliseconds