Searched refs:asm_parse (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.cpp | 899 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func); in GetNonCallSiteUnwindPlanFromAssembly() local 900 return asm_parse.get_non_call_site_unwind_plan (unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly() 907 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func); in GetFastUnwindPlan() local 908 return asm_parse.get_fast_unwind_plan (func, unwind_plan); in GetFastUnwindPlan() 914 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func); in FirstNonPrologueInsn() local 915 return asm_parse.find_first_non_prologue_insn (first_non_prologue_insn); in FirstNonPrologueInsn()
|