Searched defs:m_permissions (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | BreakpointName.h | 116 bool m_permissions[allPerms]; variable |
H A D | Breakpoint.h | 668 BreakpointName::Permissions m_permissions; global() variable |
/llvm-project/lldb/include/lldb/Expression/ | ||
H A D | IRMemoryMap.h | 100 uint8_t m_permissions; ///< The access permissions on the memory in the member |
H A D | IRExecutionUnit.h | 341 uint32_t m_permissions; member |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Memory.h | 102 const uint32_t m_permissions; variable |
/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectPlatform.cpp | 138 uint32_t m_permissions; global() member in OptionPermissions |
H A D | CommandObjectBreakpoint.cpp | 1641 BreakpointName::Permissions m_permissions; global() member in BreakpointAccessOptionGroup |