Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp721 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
732 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
768 while (current_func_text_offset < size) { in GetNonCallSiteUnwindPlanFromAssembly()
777 m_cur_insn = data + current_func_text_offset; in GetNonCallSiteUnwindPlanFromAssembly()
778 if (!instruction_length(m_cur_insn, insn_len, size - current_func_text_offset) in GetNonCallSiteUnwindPlanFromAssembly()
1066 if (current_func_text_offset + insn_len < size) { in GetNonCallSiteUnwindPlanFromAssembly()
1067 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1098 current_func_text_offset += insn_len; in GetNonCallSiteUnwindPlanFromAssembly()