Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h183 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached() function
H A DRegisterContextDarwin_arm.h216 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached() function
H A DRegisterContextDarwin_i386.h166 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached() function
H A DRegisterContextDarwin_x86_64.h171 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached() function