Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h119 bool pc_rel_branch_or_jump_p (const int instruction_length, int &offset);
H A Dx86AssemblyInspectionEngine.cpp719 bool x86AssemblyInspectionEngine::pc_rel_branch_or_jump_p ( in pc_rel_branch_or_jump_p() function in x86AssemblyInspectionEngine
806 if (pc_rel_branch_or_jump_p (instruction_length, offset) && offset != 0) { in local_branch_p()
833 if (pc_rel_branch_or_jump_p (instruction_length, offset)) { in non_local_branch_p()