Home
last modified time | relevance | path

Searched defs:GetPermissions (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h565 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function
569 BreakpointName::Permissions &GetPermissions() { in GetPermissions() function
H A DBreakpointName.h158 Permissions &GetPermissions() { return m_permissions; } in GetPermissions() function
159 const Permissions &GetPermissions() const { return m_permissions; } in GetPermissions() function
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp111 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { in GetPermissions() function in FileSystem
115 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, in GetPermissions() function in FileSystem
122 uint32_t FileSystem::GetPermissions(const Twine &path) const { in GetPermissions() function in FileSystem
127 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions() function in FileSystem
H A DFile.cpp235 uint32_t File::GetPermissions(Status &error) const { in GetPermissions() function in File
/llvm-project/lldb/include/lldb/Target/
H A DMemory.h85 uint32_t GetPermissions() const { return m_permissions; } in GetPermissions() function
/llvm-project/lldb/source/API/
H A DSBSection.cpp202 uint32_t SBSection::GetPermissions() const { in GetPermissions() function in SBSection
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp224 TEST(FileSystemTest, GetPermissions) { in TEST() argument
/llvm-project/lldb/source/Core/
H A DSection.cpp358 uint32_t Section::GetPermissions() const { GetPermissions() function in Section
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1727 static Permissions GetPermissions(const ELFSectionHeader &H) { GetPermissions() function
1738 static Permissions GetPermissions(const ELFProgramHeader &H) { GetPermissions() function
/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1638 const BreakpointName::Permissions &GetPermissions() const { GetPermissions() function in BreakpointAccessOptionGroup