Home
last modified time | relevance | path

Searched refs:end_offset (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp514 size_t end_offset = GetLineOffset(line + 1); in GetLineLength() local
515 if (end_offset == UINT32_MAX) in GetLineLength()
516 end_offset = m_data_sp->GetByteSize(); in GetLineLength()
518 if (end_offset > start_offset) { in GetLineLength()
519 uint32_t length = end_offset - start_offset; in GetLineLength()
705 size_t end_offset = GetLineOffset(line_no + 1); in GetLine() local
706 if (end_offset == UINT32_MAX) { in GetLine()
707 end_offset = m_data_sp->GetByteSize(); in GetLine()
710 end_offset - start_offset); in GetLine()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp136 uint64_t end_offset = Offset + full_length; in extract() local
137 while (*offset_ptr < end_offset) { in extract()
145 if (*offset_ptr == end_offset) in extract()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp253 dw_offset_t cie_id, end_offset; in ParseCIE() local
258 end_offset = cie_offset + length + 12; in ParseCIE()
261 end_offset = cie_offset + length + 4; in ParseCIE()
381 if (end_offset > offset) { in ParseCIE()
383 cie_sp->inst_length = end_offset - offset; in ParseCIE()
385 while (offset < end_offset) { in ParseCIE()
571 const dw_offset_t end_offset = current_entry + length + (is_64bit ? 12 : 4); in FDEToUnwindPlan() local
637 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp138 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections() local
143 end_offset - section_start, /*log2align*/ 0, /*flags*/ 0); in CreateSections()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp295 s8 end_offset = (s8)(size - aligned_size); in PoisonAlignedStackMemory() local
301 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory()
307 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataExtractor.cpp910 offset_t end_offset; in PutToLog() local
913 for (offset = start_offset, end_offset = offset + length, count = 0; in PutToLog()
914 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp594 const lldb::offset_t end_offset = *offset_ptr + m_coff_header.hdrsize; in ParseCOFFOptionalHeader() local
595 if (*offset_ptr < end_offset) { in ParseCOFFOptionalHeader()
608 if (*offset_ptr < end_offset) { in ParseCOFFOptionalHeader()
615 if (*offset_ptr < end_offset) { in ParseCOFFOptionalHeader()
655 *offset_ptr = end_offset; in ParseCOFFOptionalHeader()
/llvm-project-15.0.7/lldb/examples/python/
H A Dtypes.py164 (end_offset, padding) = verify_type_recursive(