Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointName.cpp70 if (GetPermissions().AnySet()) in GetDescription()
75 GetPermissions().GetDescription(s, level); in GetDescription()
85 bp_sp->GetPermissions().MergeInto(GetPermissions()); in ConfigureBreakpoint()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h556 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function
560 BreakpointName::Permissions &GetPermissions() { in GetPermissions() function
565 return GetPermissions().GetAllowList(); in AllowList()
568 return GetPermissions().GetAllowDisable(); in AllowDisable()
571 return GetPermissions().GetAllowDelete(); in AllowDelete()
DBreakpointName.h170 Permissions &GetPermissions() { return m_permissions; } in GetPermissions() function
171 const Permissions &GetPermissions() const { return m_permissions; } in GetPermissions() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DFileSystem.cpp142 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { in GetPermissions() function in FileSystem
143 return GetPermissions(file_spec.GetPath()); in GetPermissions()
146 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, in GetPermissions() function in FileSystem
150 return GetPermissions(file_spec.GetPath(), ec); in GetPermissions()
153 uint32_t FileSystem::GetPermissions(const Twine &path) const { in GetPermissions() function in FileSystem
155 return GetPermissions(path, ec); in GetPermissions()
158 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions() function in FileSystem
175 return GetPermissions(path) & sys::fs::perms::all_read; in Readable()
DFile.cpp234 uint32_t File::GetPermissions(Status &error) const { in GetPermissions() function in File
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DFileSystem.h103 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;
DFile.h325 uint32_t GetPermissions(Status &error) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBSection.cpp235 uint32_t SBSection::GetPermissions() const { in GetPermissions() function in SBSection
236 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSection, GetPermissions); in GetPermissions()
240 return section_sp->GetPermissions(); in GetPermissions()
320 LLDB_REGISTER_METHOD_CONST(uint32_t, SBSection, GetPermissions, ()); in RegisterMethods()
DSBBreakpointName.cpp639 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()
649 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()
658 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
668 bp_name->GetPermissions().SetAllowDelete(value); in SetAllowDelete()
677 return bp_name->GetPermissions().GetAllowDisable(); in GetAllowDisable()
686 bp_name->GetPermissions().SetAllowDisable(value); in SetAllowDisable()
DSBPlatform.cpp547 FileSystem::Instance().GetPermissions(src.ref()); in Put()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBSection.h68 GetPermissions() const;
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBSection.i95 GetPermissions() const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DMemory.h83 uint32_t GetPermissions() const { return m_permissions; } in GetPermissions() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DSection.h185 uint32_t GetPermissions() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp61 const uint32_t permissions = FileSystem::Instance().GetPermissions( in ResolveExecutable()
DPlatform.cpp707 uint32_t permissions = FileSystem::Instance().GetPermissions(src); in Install()
1238 uint32_t permissions = source_file.get()->GetPermissions(error); in PutFile()
DTarget.cpp741 bp_name.GetPermissions().MergeInto(new_permissions); in ConfigureBreakpointName()
1767 auto permissions = Flags(section_sp->GetPermissions()); in ReadMemory()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSection.cpp368 uint32_t Section::GetPermissions() const { in GetPermissions() function in Section
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp1670 const BreakpointName::Permissions &GetPermissions() const { in GetPermissions() function in BreakpointAccessOptionGroup
1757 m_access_options.GetPermissions()); in DoExecute()
1761 m_access_options.GetPermissions()); in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1656 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() function
1667 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions() function
1806 Segment->SetPermissions(GetPermissions(PHdr)); in CreateSections()
1854 section_sp->SetPermissions(GetPermissions(header)); in CreateSections()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp438 to_add.back().SetLLDBPermissions(section_sp->GetPermissions()); in BuildMemoryRegions()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp660 const uint32_t mode = FileSystem::Instance().GetPermissions(file_spec, ec); in Handle_vFile_Mode()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2191 if (section_sp->GetPermissions() & ePermissionsExecutable) { in ResolveFunction()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp43065 result = (uint32_t)((lldb::SBSection const *)arg1)->GetPermissions(); in _wrap_SBSection_GetPermissions()