OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNonCallSiteUnwindPlanFromAssembly
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp
36
UnwindAssemblyInstEmulation::
GetNonCallSiteUnwindPlanFromAssembly
(AddressRange& range,
202
log->Printf("UnwindAssemblyInstEmulation::
GetNonCallSiteUnwindPlanFromAssembly
-- pc is <same>, restore prologue instructions.");
212
log->Printf("UnwindAssemblyInstEmulation::
GetNonCallSiteUnwindPlanFromAssembly
-- lr is <same>, restore prologue instruction if the next instruction is a branch immediate.");
227
log->Printf("UnwindAssemblyInstEmulation::
GetNonCallSiteUnwindPlanFromAssembly
-- Reinstating prologue instruction set");
261
log->Printf("UnwindAssemblyInstEmulation::
GetNonCallSiteUnwindPlanFromAssembly
-- saving a copy of the current row as the prologue row.");
/external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp
896
UnwindAssembly_x86::
GetNonCallSiteUnwindPlanFromAssembly
(AddressRange& func, Thread& thread, UnwindPlan& unwind_plan)
Completed in 48 milliseconds