Home
last modified time | relevance | path

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

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