Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h32 size_t GetBytesToSkip(Symbol &func, const Address &curr_addr) const override;
H A DArchitecturePPC64.cpp54 size_t ArchitecturePPC64::GetBytesToSkip(Symbol &func, in GetBytesToSkip() function in ArchitecturePPC64
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchitecture.h53 virtual size_t GetBytesToSkip(Symbol &func, const Address &curr_addr) const { in GetBytesToSkip() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp288 bytes_to_skip = arch->GetBytesToSkip(*sc.symbol, curr_sec_addr); in ShouldStop()