Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h208 lldb::addr_t GetReturnAddressHint(int32_t plan_offset);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp2084 lldb::addr_t RegisterContextUnwind::GetReturnAddressHint(int32_t plan_offset) { in GetReturnAddressHint() argument
2093 hint += plan_offset; in GetReturnAddressHint()