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

/freebsd-12-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-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h553 const BreakpointName::Permissions &GetPermissions() const { function in class:lldb_private::Breakpoint
557 BreakpointName::Permissions &GetPermissions() { function in class:lldb_private::Breakpoint
562 return GetPermissions().GetAllowList();
565 return GetPermissions().GetAllowDisable();
568 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-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp130 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec) const { function in class:FileSystem
131 return GetPermissions(file_spec.GetPath());
134 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, function in class:FileSystem
136 return GetPermissions(file_spec.GetPath(), ec);
139 uint32_t FileSystem::GetPermissions(const Twine &path) const { function in class:FileSystem
141 return GetPermissions(path, ec);
144 uint32_t FileSystem::GetPermissions(const Twine &path, function in class:FileSystem
161 return GetPermissions(path) & sys::fs::perms::all_read;
H A DFile.cpp234 uint32_t File::GetPermissions(Status &error) const { function in class:File
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h68 GetPermissions() const;
/freebsd-12-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-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i95 GetPermissions() const;
/freebsd-12-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.cpp639 return bp_name->GetPermissions().GetAllowList();
649 bp_name->GetPermissions().SetAllowList(value);
658 return bp_name->GetPermissions().GetAllowDelete();
668 bp_name->GetPermissions().SetAllowDelete(value);
677 return bp_name->GetPermissions().GetAllowDisable();
686 bp_name->GetPermissions().SetAllowDisable(value);
H A DSBPlatform.cpp473 FileSystem::Instance().GetPermissions(src.ref());
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h82 uint32_t GetPermissions() const { return m_permissions; } function in class:lldb_private::AllocatedBlock
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h184 uint32_t GetPermissions() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1605 const BreakpointName::Permissions &GetPermissions() const { function in class:BreakpointAccessOptionGroup
1695 m_access_options.GetPermissions());
1699 m_access_options.GetPermissions());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp370 uint32_t Section::GetPermissions() const { function in class:Section
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp701 uint32_t permissions = FileSystem::Instance().GetPermissions(src);
1234 uint32_t permissions = source_file.get()->GetPermissions(error);
H A DTarget.cpp726 bp_name.GetPermissions().MergeInto(new_permissions);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1638 static Permissions GetPermissions(const ELFSectionHeader &H) { function
1649 static Permissions GetPermissions(const ELFProgramHeader &H) { function
1788 Segment->SetPermissions(GetPermissions(PHdr));
1836 section_sp->SetPermissions(GetPermissions(header));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp97 const uint32_t permissions = FileSystem::Instance().GetPermissions(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp393 to_add.back().SetLLDBPermissions(section_sp->GetPermissions());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp667 const uint32_t mode = FileSystem::Instance().GetPermissions(file_spec, ec);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2274 if (section_sp->GetPermissions() & ePermissionsExecutable) {
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 407 milliseconds