Home
last modified time | relevance | path

Searched refs:m_next_offset (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp19 : m_offset(DW_INVALID_OFFSET), m_next_offset(DW_INVALID_OFFSET) {} in DWARFDebugArangeSet()
23 m_next_offset = DW_INVALID_OFFSET; in Clear()
57 m_next_offset = *offset_ptr + m_header.length; in extract()
59 m_next_offset = DW_INVALID_OFFSET; in extract()
H A DDWARFDebugArangeSet.h52 dw_offset_t GetNextOffset() const { return m_next_offset; } in GetNextOffset()
63 dw_offset_t m_next_offset; variable
/src/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp270 const uint32_t offset = m_next_offset; in Add()
273 m_next_offset += s.GetLength() + 1; in Add()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h207 uint32_t m_next_offset = 1; variable