Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/lldb/docs/
H A Dpython_api_enums.rst608 .. _Permissions: target
610 Permissions section in Enumerators
617 .. _InputReader:
/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp205 applyMemoryGroupPermissions(MemoryGroup & MemGroup,unsigned Permissions) applyMemoryGroupPermissions() argument
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp218 auto Permissions = [](const object::coff_section *Section) -> uint32_t { in CreateSections() local
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp1068 const uint32_t Permissions = 0x3; evalMalloc() local
/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h386 FLAGS_ENUM(Permissions) FLAGS_ENUM() argument