Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h156 bool BadMode(uint32_t mode);
H A DEmulateInstructionARM.cpp13986 bool EmulateInstructionARM::BadMode(uint32_t mode) { in BadMode() function in EmulateInstructionARM
14014 if (BadMode(mode)) in CurrentModeIsPrivileged()