Home
last modified time | relevance | path

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

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