Searched defs:RegisterSetIsCached (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h183 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } function in class:RegisterContextDarwin_arm64
H A DRegisterContextDarwin_arm.h216 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } function in class:RegisterContextDarwin_arm
H A DRegisterContextDarwin_i386.h166 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } function in class:RegisterContextDarwin_i386
H A DRegisterContextDarwin_x86_64.h171 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } function in class:RegisterContextDarwin_x86_64

Completed in 114 milliseconds