Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp622 static uint32_t GetRegMask(struct pt_watch_regs *regs, uint32_t index) { in GetRegMask() function
669 if (mask <= (GetRegMask(regs, index) | IRW)) { in GetVacantWatchIndex()
689 hi = GetRegMask(&regs_copy, index) | IRW; in GetVacantWatchIndex()