Searched refs:GetPermissions (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp70 if (GetPermissions().AnySet())
75 GetPermissions().GetDescription(s, level);
85 bp_sp->GetPermissions().MergeInto(GetPermissions());
/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
564 return GetPermissions().GetAllowList();
567 return GetPermissions().GetAllowDisable();
570 return GetPermissions().GetAllowDelete();
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/include/lldb/API/
H A DSBSection.h68 GetPermissions() const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h102 uint32_t GetPermissions(const FileSpec &file_spec) const;
103 uint32_t GetPermissions(const llvm::Twine &path) const;
104 uint32_t GetPermissions(const FileSpec &file_spec, std::error_code &ec) const;
105 uint32_t GetPermissions(const llvm::Twine &path, std::error_code &ec) const;
H A DFile.h328 uint32_t GetPermissions(Status &error) const;
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i95 GetPermissions() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp142 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { function in class:FileSystem
143 return GetPermissions(file_spec.GetPath());
146 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, function in class:FileSystem
150 return GetPermissions(file_spec.GetPath(), ec);
153 uint32_t FileSystem::GetPermissions(const Twine &path) const { function in class:FileSystem
155 return GetPermissions(path, ec);
158 uint32_t FileSystem::GetPermissions(const Twine &path, function in class:FileSystem
175 return GetPermissions(path) & sys::fs::perms::all_read;
H A DFile.cpp234 uint32_t File::GetPermissions(Status &error) const { function in class:File
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp235 uint32_t SBSection::GetPermissions() const { function in class:SBSection
236 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSection, GetPermissions);
240 return section_sp->GetPermissions();
320 LLDB_REGISTER_METHOD_CONST(uint32_t, SBSection, GetPermissions, ());
H A DSBBreakpointName.cpp640 return bp_name->GetPermissions().GetAllowList();
650 bp_name->GetPermissions().SetAllowList(value);
659 return bp_name->GetPermissions().GetAllowDelete();
669 bp_name->GetPermissions().SetAllowDelete(value);
678 return bp_name->GetPermissions().GetAllowDisable();
687 bp_name->GetPermissions().SetAllowDisable(value);
H A DSBPlatform.cpp512 FileSystem::Instance().GetPermissions(src.ref());
/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/Core/
H A DSection.h185 uint32_t GetPermissions() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp61 const uint32_t permissions = FileSystem::Instance().GetPermissions(
H A DPlatform.cpp707 uint32_t permissions = FileSystem::Instance().GetPermissions(src);
1240 uint32_t permissions = source_file.get()->GetPermissions(error);
H A DTarget.cpp728 bp_name.GetPermissions().MergeInto(new_permissions);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1645 const BreakpointName::Permissions &GetPermissions() const { function in class:BreakpointAccessOptionGroup
1735 m_access_options.GetPermissions());
1739 m_access_options.GetPermissions());
/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/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1643 static Permissions GetPermissions(const ELFSectionHeader &H) { function
1654 static Permissions GetPermissions(const ELFProgramHeader &H) { function
1793 Segment->SetPermissions(GetPermissions(PHdr));
1841 section_sp->SetPermissions(GetPermissions(header));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp463 to_add.back().SetLLDBPermissions(section_sp->GetPermissions());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp666 const uint32_t mode = FileSystem::Instance().GetPermissions(file_spec, ec);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2244 if (section_sp->GetPermissions() & ePermissionsExecutable) {
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 991 milliseconds