Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp42 static int32_t GetLocalEntryOffset(const Symbol &sym) { in GetLocalEntryOffset() function
50 func.GetFileAddress() + GetLocalEntryOffset(func)) in GetBytesToSkip()
57 int32_t loffs = GetLocalEntryOffset(func); in AdjustBreakpointAddress()