Searched refs:IsGPR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_mips64.h125 IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp87 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp180 if (IsGPR(reg))
H A DRegisterContextPOSIX_x86.h441 IsGPR(unsigned reg);
H A DRegisterContextPOSIXProcessMonitor_x86.cpp279 if (IsGPR(reg))
H A DRegisterContextPOSIX_x86.cpp356 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) function in class:RegisterContextPOSIX_x86

Completed in 57 milliseconds