Home
last modified time | relevance | path

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

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