Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h66 bool GetStartPC(lldb::addr_t &start_pc);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp2312 bool RegisterContextUnwind::GetStartPC(addr_t &start_pc) { in GetStartPC() function in RegisterContextUnwind