Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeRegisterContextFreeBSD_x86_64.cpp603 auto &r_source = static_cast<NativeRegisterContextFreeBSD_x86_64 &>(source); in CopyHardwareWatchpointsFrom() local
606 Status res = r_source.ReadRegister(GetDR(7), dr7); in CopyHardwareWatchpointsFrom()
612 m_dbr = r_source.m_dbr; in CopyHardwareWatchpointsFrom()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeRegisterContextNetBSD_x86_64.cpp1106 auto &r_source = static_cast<NativeRegisterContextNetBSD_x86_64&>(source); in CopyHardwareWatchpointsFrom() local
1107 Status res = r_source.ReadRegisterSet(DBRegSet); in CopyHardwareWatchpointsFrom()
1110 if ((r_source.m_dbr.dr[7] & 0xFF) == 0) in CopyHardwareWatchpointsFrom()
1113 m_dbr = r_source.m_dbr; in CopyHardwareWatchpointsFrom()
/external/libabigail/src/
Dabg-dwarf-reader.cc10542 const die_source r_source = ctxt.get_die_source(r); in compare_dies() local
10547 && l_source == r_source) in compare_dies()