/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointName.cpp | 63 if (GetPermissions().AnySet()) in GetDescription() 68 GetPermissions().GetDescription(s, level); in GetDescription() 78 bp_sp->GetPermissions().MergeInto(GetPermissions()); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 111 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { in GetPermissions() function in FileSystem 112 return GetPermissions(file_spec.GetPath()); in GetPermissions() 115 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, in GetPermissions() function in FileSystem 119 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions() 122 uint32_t FileSystem::GetPermissions(const Twine &path) const { in GetPermissions() function in FileSystem 124 return GetPermissions(path, ec); in GetPermissions() 127 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions() function in FileSystem 144 return GetPermissions(path) & sys::fs::perms::all_read; in Readable()
|
H A D | File.cpp | 235 uint32_t File::GetPermissions(Status &error) const { in GetPermissions() function in File
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 565 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function 569 BreakpointName::Permissions &GetPermissions() { in GetPermissions() function 574 return GetPermissions().GetAllowList(); in AllowList() 577 return GetPermissions().GetAllowDisable(); in AllowDisable() 580 return GetPermissions().GetAllowDelete(); in AllowDelete()
|
H A D | BreakpointName.h | 158 Permissions &GetPermissions() { return m_permissions; } in GetPermissions() function 159 const Permissions &GetPermissions() const { return m_permissions; } in GetPermissions() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | FileSystem.h | 103 uint32_t GetPermissions(const FileSpec &file_spec) const; 104 uint32_t GetPermissions(const llvm::Twine &path) const; 105 uint32_t GetPermissions(const FileSpec &file_spec, std::error_code &ec) const; 106 uint32_t GetPermissions(const llvm::Twine &path, std::error_code &ec) const;
|
H A D | File.h | 332 uint32_t GetPermissions(Status &error) const;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpointName.cpp | 616 return bp_name->GetPermissions().GetAllowList(); in GetAllowList() 625 bp_name->GetPermissions().SetAllowList(value); in SetAllowList() 634 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete() 643 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete() 652 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable() 661 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
|
H A D | SBSection.cpp | 202 uint32_t SBSection::GetPermissions() const { in GetPermissions() function in SBSection 207 return section_sp->GetPermissions(); in GetPermissions()
|
H A D | SBPlatform.cpp | 515 uint32_t permissions = FileSystem::Instance().GetPermissions(src.ref()); in Put()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 68 GetPermissions() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Memory.h | 85 uint32_t GetPermissions() const { return m_permissions; } in GetPermissions() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 199 uint32_t GetPermissions() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1744 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() function 1755 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions() function 1886 uint32_t permissions = section->GetPermissions(); in FindMatchingSection() 1892 sect->GetPermissions() == permissions && in FindMatchingSection() 1932 Segment->SetPermissions(GetPermissions(PHdr)); in CreateSections() 1980 section_sp->SetPermissions(GetPermissions(header)); in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 1638 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function in BreakpointAccessOptionGroup 1721 m_access_options.GetPermissions()); in DoExecute() 1725 m_access_options.GetPermissions()); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 358 uint32_t Section::GetPermissions() const { in GetPermissions() function in Section
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 357 to_add.back().SetLLDBPermissions(section_sp->GetPermissions()); in BuildMemoryRegions()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 539 uint32_t permissions = FileSystem::Instance().GetPermissions(src); in Install() 1156 uint32_t permissions = source_file.get()->GetPermissions(error); in PutFile()
|
H A D | Target.cpp | 805 bp_name.GetPermissions().MergeInto(new_permissions); in ConfigureBreakpointName() 1882 auto permissions = Flags(section_sp->GetPermissions()); in ReadMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 673 const uint32_t mode = FileSystem::Instance().GetPermissions(file_spec, ec); in Handle_vFile_Mode()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 49469 result = (uint32_t)((lldb::SBSection const *)arg1)->GetPermissions(); in _wrap_SBSection_GetPermissions()
|