Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp136 uint64_t end_offset = Offset + full_length; in extract() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp139 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections() local
/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp254 dw_offset_t cie_id, end_offset; in ParseCIE() local
571 const dw_offset_t end_offset = current_entry + length + (is_64bit ? 12 : 4); in FDEToUnwindPlan() local
/llvm-project/lldb/source/Core/
H A DSourceManager.cpp571 size_t end_offset = GetLineOffset(line + 1); GetLineLength() local
764 size_t end_offset = GetLineOffset(line_no + 1); GetLine() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp475 uint64_t end_offset = offset + fields.back()->bit_size; in ConstructRecord() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp291 s8 end_offset = (s8)(size - aligned_size); PoisonAlignedStackMemory() local
/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp911 offset_t end_offset; in PutToLog() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp600 const lldb::offset_t end_offset = *offset_ptr + m_coff_header.hdrsize; ParseCOFFOptionalHeader() local