Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DFuncUnwinders.cpp234 if (assembly_profiler_sp) { in GetObjectFileAugmentedUnwindPlan()
235 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetObjectFileAugmentedUnwindPlan()
275 if (assembly_profiler_sp) { in GetEHFrameAugmentedUnwindPlan()
276 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetEHFrameAugmentedUnwindPlan()
317 if (assembly_profiler_sp) { in GetDebugFrameAugmentedUnwindPlan()
338 if (assembly_profiler_sp) { in GetAssemblyUnwindPlan()
443 if (assembly_profiler_sp) { in GetUnwindPlanFastUnwind()
510 if (assembly_profiler_sp) in GetFirstNonPrologueInsn()
522 UnwindAssemblySP assembly_profiler_sp; in GetUnwindAssemblyProfiler() local
525 assembly_profiler_sp = UnwindAssembly::FindPlugin(arch); in GetUnwindAssemblyProfiler()
[all …]