Searched defs:GetPermissions (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h83 uint32_t GetPermissions() const { return m_permissions; } function in class:lldb_private::AllocatedBlock
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h555 const BreakpointName::Permissions &GetPermissions() const { function in class:lldb_private::Breakpoint
559 BreakpointName::Permissions &GetPermissions() { function in class:lldb_private::Breakpoint
H A DBreakpointName.h170 Permissions &GetPermissions() { return m_permissions; } function in class:lldb_private::BreakpointName
171 const Permissions &GetPermissions() const { return m_permissions; } function in class:lldb_private::BreakpointName
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp235 uint32_t SBSection::GetPermissions() const { function in class:SBSection
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp234 uint32_t File::GetPermissions(Status &error) const { function in class:File
H A DFileSystem.cpp142 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { function in class:FileSystem
146 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, function in class:FileSystem
153 uint32_t FileSystem::GetPermissions(const Twine &path) const { function in class:FileSystem
158 uint32_t FileSystem::GetPermissions(const Twine &path, function in class:FileSystem
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp368 uint32_t Section::GetPermissions() const { function in class:Section
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1645 const BreakpointName::Permissions &GetPermissions() const { function in class:BreakpointAccessOptionGroup
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1643 static Permissions GetPermissions(const ELFSectionHeader &H) { function
1654 static Permissions GetPermissions(const ELFProgramHeader &H) { function

Completed in 187 milliseconds