reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  820   if (pc_rel_branch_or_jump_p (instruction_length, offset) && offset != 0) {
  820   if (pc_rel_branch_or_jump_p (instruction_length, offset) && offset != 0) {
  822     if (offset < 0 && addr_t(-offset) > current_func_text_offset) {
  822     if (offset < 0 && addr_t(-offset) > current_func_text_offset) {
  826     if (offset + next_pc_value > func_range.GetByteSize()) {
  831     target_insn_offset = next_pc_value + offset;