Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DDNBDataRef.h62 bool ValidOffset(offset_t offset) const { return BytesLeft(offset) > 0; } in ValidOffset() function
100 if (ValidOffset(offset)) in PeekCStr()
H A DDNBDataRef.cpp254 ValidOffset(offset) && offset < endOffset; ++count) { in Dump()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp
H A DDWARFDebugAranges.cpp
H A DDWARFDebugInfoEntry.cpp123 if (!data.ValidOffset(offset)) in GetDIENamesAndRanges()
239 if (data.ValidOffset(offset)) { in GetDIENamesAndRanges()
H A DDWARFDebugInfo.cpp84 while (data.ValidOffset(offset)) { in ParseUnitsFor()
H A DDWARFUnit.cpp924 assert(debug_info.ValidOffset(*offset_ptr)); in GetFunctionAranges()
965 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset( in extract()
H A DSymbolFileDWARF.cpp3297 if (data.ValidOffset(offset)) { in ParseVariablesForContext()
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp196 if (!m_data.ValidOffset(m_body_offset + ctf_header.lbloff)) { in ParseHeader()
203 if (!m_data.ValidOffset(m_body_offset + ctf_header.objtoff)) { in ParseHeader()
210 if (!m_data.ValidOffset(m_body_offset + ctf_header.funcoff)) { in ParseHeader()
218 if (!m_data.ValidOffset(m_body_offset + ctf_header.typeoff)) { in ParseHeader()
225 if (!m_data.ValidOffset(m_body_offset + ctf_header.stroff)) { in ParseHeader()
234 if (!m_data.ValidOffset(str_end_offset - 1)) { in ParseHeader()
287 if (!m_data.ValidOffset(offset)) in ReadString()
/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h285 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
H A DDataExtractor.h954 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp162 if (data.ValidOffset(offset)) { in DataExtractor()
261 if (data.ValidOffset(data_offset)) { in SetData()
915 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
H A DDataEncoder.cpp51 if (ValidOffset(offset)) { in PutU8()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp399 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr()
428 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr()
486 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage()
517 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage()
928 while (opcodes.ValidOffset(offset)) { in Evaluate()
/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()
/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp375 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count; in DumpDataExtractor()
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp697 i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset); in ReadImageInfos()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2070 if (!data.ValidOffset(offset)) in ParseTrieEntries()