Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp261 const Architecture *arch = GetTarget().GetArchitecturePlugin(); in ShouldStop()
DTarget.cpp2502 auto arch_plugin = GetArchitecturePlugin(); in GetCallableLoadAddress()
2510 auto arch_plugin = GetArchitecturePlugin(); in GetOpcodeLoadAddress()
2516 auto arch_plugin = GetArchitecturePlugin(); in GetBreakableLoadAddress()
DThread.cpp410 process_sp->GetTarget().GetArchitecturePlugin()) in GetPrivateStopInfo()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverName.cpp371 breakpoint.GetTarget().GetArchitecturePlugin(); in SearchCallback()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h984 Architecture *GetArchitecturePlugin() const { return m_arch.GetPlugin(); } in GetArchitecturePlugin() function