Searched refs:AugmentUnwindPlanFromCallSite (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | UnwindAssembly.h | 27 virtual bool AugmentUnwindPlanFromCallSite(AddressRange &func, Thread &thread,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 67 bool UnwindAssembly_x86::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in UnwindAssembly_x86 162 return m_assembly_inspection_engine->AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite()
|
| H A D | UnwindAssembly-x86.h | 26 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
|
| H A D | x86AssemblyInspectionEngine.h | 84 bool AugmentUnwindPlanFromCallSite(uint8_t *data, size_t size,
|
| H A D | x86AssemblyInspectionEngine.cpp | 1322 bool x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in x86AssemblyInspectionEngine
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | FuncUnwinders.cpp | 229 if (assembly_profiler_sp->AugmentUnwindPlanFromCallSite(m_ranges[0], thread, in GetObjectFileAugmentedUnwindPlan() 267 if (assembly_profiler_sp->AugmentUnwindPlanFromCallSite(m_ranges[0], thread, in GetEHFrameAugmentedUnwindPlan() 308 if (assembly_profiler_sp->AugmentUnwindPlanFromCallSite(m_ranges[0], thread, in GetDebugFrameAugmentedUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.h | 32 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
|
| H A D | UnwindAssemblyInstEmulation.cpp | 228 bool UnwindAssemblyInstEmulation::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in UnwindAssemblyInstEmulation
|