Searched refs:WCR_LOAD (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h43 #define WCR_LOAD ((uint32_t)(1u << 3)) macro
H A DRegisterContextDarwin_arm64.h25 #define WCR_LOAD ((uint32_t)(1u << 3)) macro
H A DRegisterContextDarwin_arm.cpp1702 (read ? WCR_LOAD : 0) | // Stop on read access?
H A DRegisterContextDarwin_arm64.cpp999 (read ? WCR_LOAD : 0) | // Stop on read access?

Completed in 64 milliseconds