Home
last modified time | relevance | path

Searched defs:Permissions (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h39 Permissions(bool in_list, bool in_disable, bool in_delete) in Permissions() function
47 Permissions(const Permissions &rhs) in Permissions() function
55 Permissions() in Permissions() function
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst608 .. _Permissions: target
610 Permissions section in Enumerators
617 .. _InputReader:
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp205 unsigned Permissions) { in applyMemoryGroupPermissions()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp1061 const uint32_t Permissions = 0x3; in evalMalloc() local
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h384 FLAGS_ENUM(Permissions){ePermissionsWritable = (1u << 0), in FLAGS_ENUM() argument