Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h34 void AdjustBreakpointAddress(const Symbol &func,
H A DArchitecturePPC64.cpp62 void ArchitecturePPC64::AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function in ArchitecturePPC64
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchitecture.h67 virtual void AdjustBreakpointAddress(const Symbol &func, in AdjustBreakpointAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp372 arch->AdjustBreakpointAddress(*sc.symbol, break_addr); in SearchCallback()