Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
HDArchitecturePPC64.h30 void AdjustBreakpointAddress(const Symbol &func,
HDArchitecturePPC64.cpp55 void ArchitecturePPC64::AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function in ArchitecturePPC64
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDArchitecture.h59 virtual void AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp365 arch->AdjustBreakpointAddress(*sc.symbol, break_addr); in SearchCallback()