Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local
30 return *offset != saved_offset; in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64() local
40 *offset = saved_offset; in GetMaxU64()
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local
52 return *offset != saved_offset; in GetMaxS64()
58 lldb::offset_t saved_offset = *offset; in GetMaxS64() local
62 *offset = saved_offset; in GetMaxS64()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp591 offset_t saved_offset = offset; in FDEToUnwindPlan() local
595 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan()
600 offset = saved_offset; in FDEToUnwindPlan()