| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDataRef.h | 62 bool ValidOffset(offset_t offset) const { return BytesLeft(offset) > 0; } in ValidOffset() function 100 if (ValidOffset(offset)) in PeekCStr()
|
| H A D | DNBDataRef.cpp | 254 ValidOffset(offset) && offset < endOffset; ++count) { in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugArangeSet.cpp | 33 assert(data.ValidOffset(*offset_ptr)); in extract() 82 if (!data.ValidOffset(m_offset + sizeof(m_header.length) + m_header.length - in extract()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 42 while (data.ValidOffset(*offset_ptr)) { in extract()
|
| H A D | DWARFDebugAranges.cpp | 40 while (debug_aranges_data.ValidOffset(offset)) { in extract()
|
| H A D | DWARFDebugAbbrev.cpp | 107 while (data.ValidOffset(offset)) { in parse()
|
| H A D | DWARFDebugInfo.cpp | 83 while (data.ValidOffset(offset)) { in ParseUnitsFor()
|
| H A D | DWARFUnit.cpp | 941 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract() 967 assert(debug_info.ValidOffset(*offset_ptr)); in extract() 980 dwarf.GetDWARFContext().getOrLoadAbbrevData().ValidOffset( in extract()
|
| H A D | DWARFDebugInfoEntry.cpp | 254 if (!data.ValidOffset(offset)) in GetDIENamesAndRanges() 361 if (data.ValidOffset(offset)) { in GetDIENamesAndRanges()
|
| H A D | SymbolFileDWARF.cpp | 3385 if (data.ValidOffset(offset)) { in ParseVariableDIE()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | DataEncoder.h | 287 bool ValidOffset(uint32_t offset) const { return offset < GetByteSize(); } in ValidOffset() function
|
| H A D | DataExtractor.h | 956 bool ValidOffset(lldb::offset_t offset) const { in ValidOffset() function
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | DataEncoder.cpp | 51 if (ValidOffset(offset)) { in PutU8()
|
| H A D | DataExtractor.cpp | 161 if (data.ValidOffset(offset)) { in DataExtractor() 260 if (data.ValidOffset(data_offset)) { in SetData() 914 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 363 while (m_data.ValidOffset(offset)) { in GetLocation_DW_OP_addr() 398 while (m_data.ValidOffset(offset)) { in Update_DW_OP_addr() 436 while (m_data.ValidOffset(offset)) { in ContainsThreadLocalStorage() 467 while (m_data.ValidOffset(offset)) { in LinkThreadLocalStorage() 911 while (opcodes.ValidOffset(offset)) { in Evaluate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 233 } while (data.ValidOffset(offset)); in ParseObjects() 275 } while (data.ValidOffset(offset)); in ParseObjects()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 58 while (m_arm_exidx_data.ValidOffset(offset)) { in ArmUnwindInfo()
|
| H A D | DWARFCallFrameInfo.cpp | 638 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 374 for (uint32_t count = 0; DE.ValidOffset(offset) && count < item_count; in DumpDataExtractor()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOSXDYLD.cpp | 692 i < image_infos.size() && info_data_ref.ValidOffset(info_data_offset); in ReadImageInfos()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 2027 if (!data.ValidOffset(offset)) in ParseTrieEntries()
|