Home
last modified time | relevance | path

Searched refs:SetPermissions (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h172 void SetPermissions(const Permissions &permissions) { in SetPermissions() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h188 void SetPermissions(uint32_t permissions);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp380 void Section::SetPermissions(uint32_t permissions) { in SetPermissions() function in Section
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp93 section_sp->SetPermissions(ePermissionsReadable | ePermissionsExecutable); in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1806 Segment->SetPermissions(GetPermissions(PHdr)); in CreateSections()
1854 section_sp->SetPermissions(GetPermissions(header)); in CreateSections()