Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugArangeSet.cpp37 assert(data.ValidOffset(*offset_ptr)); in extract()
80 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length - in extract()
108 while (data.ValidOffset(*offset_ptr)) { in extract()
DDWARFAbbreviationDeclaration.cpp44 while (data.ValidOffset(*offset_ptr)) { in extract()
DDWARFDebugAranges.cpp40 while (debug_aranges_data.ValidOffset(offset)) { in extract()
DDWARFDebugAbbrev.cpp108 while (data.ValidOffset(offset)) { in parse()
DDWARFUnit.cpp829 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract()
856 assert(debug_info.ValidOffset(*offset_ptr)); in extract()
869 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset( in extract()
DDWARFDebugInfo.cpp82 while (data.ValidOffset(offset)) { in ParseUnitsFor()
DDWARFDebugInfoEntry.cpp245 if (!data.ValidOffset(offset)) in GetDIENamesAndRanges()
349 if (data.ValidOffset(offset)) { in GetDIENamesAndRanges()
DSymbolFileDWARF.cpp3201 if (data.ValidOffset(offset)) { in ParseVariableDIE()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.h62 bool ValidOffset(offset_t offset) const { return BytesLeft(offset) > 0; } in ValidOffset() function
100 if (ValidOffset(offset)) in PeekCStr()
DDNBDataRef.cpp254 ValidOffset(offset) && offset < endOffset; ++count) { in Dump()
/external/llvm-project/lldb/include/lldb/Utility/
DDataEncoder.h220 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
DDataExtractor.h945 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp419 while (m_data.ValidOffset(offset)) { in GetLocation_DW_OP_addr()
455 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr()
499 while (m_data.ValidOffset(offset)) { in ContainsThreadLocalStorage()
541 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage()
955 while (opcodes.ValidOffset(offset)) { in Evaluate()
1703 if (opcodes.ValidOffset(new_offset)) in Evaluate()
1732 if (opcodes.ValidOffset(new_offset)) in Evaluate()
/external/llvm-project/lldb/source/Utility/
DDataEncoder.cpp109 if (ValidOffset(offset)) { in PutU8()
DDataExtractor.cpp164 if (data.ValidOffset(offset)) { in DataExtractor()
263 if (data.ValidOffset(data_offset)) { in SetData()
917 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
/external/llvm-project/lldb/source/Symbol/
DArmUnwindInfo.cpp58 while (m_arm_exidx_data.ValidOffset(offset)) { in ArmUnwindInfo()
DDWARFCallFrameInfo.cpp638 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp164 } while (data.ValidOffset(offset)); in ParseObjects()
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp257 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count; in DumpDataExtractor()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp672 i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset); in ReadImageInfos()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1971 if (!data.ValidOffset(offset)) in ParseTrieEntries()