Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp67 bool UnwindAssembly_x86::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in UnwindAssembly_x86
162 return m_assembly_inspection_engine->AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite()
H A DUnwindAssembly-x86.h26 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
H A Dx86AssemblyInspectionEngine.h84 bool AugmentUnwindPlanFromCallSite(uint8_t *data, size_t size,
H A Dx86AssemblyInspectionEngine.cpp1325 bool x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in x86AssemblyInspectionEngine
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindAssembly.h27 virtual bool AugmentUnwindPlanFromCallSite(AddressRange &func, Thread &thread,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp235 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetObjectFileAugmentedUnwindPlan()
276 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetEHFrameAugmentedUnwindPlan()
318 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetDebugFrameAugmentedUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h32 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
H A DUnwindAssemblyInstEmulation.cpp308 bool UnwindAssemblyInstEmulation::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite() function in UnwindAssemblyInstEmulation