Searched defs:SetPC (Results 1 – 4 of 4) sorted by relevance
68 void SetPC(lldb::addr_t pc) { m_pc = pc; } in SetPC() function
138 bool RegisterContext::SetPC(uint64_t pc) { in SetPC() function in RegisterContext167 bool RegisterContext::SetPC(Address addr) { in SetPC() function in RegisterContext
135 Status NativeRegisterContext::SetPC(lldb::addr_t pc) { in SetPC() function in NativeRegisterContext
350 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() function in SBFrame