Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp44 section_sp->SetPermissions(ePermissionsReadable | ePermissionsExecutable); in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h161 void SetPermissions(const Permissions &permissions) { in SetPermissions() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h218 void SetPermissions(uint32_t permissions);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp244 section->SetPermissions(Permissions(COFFSection)); in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp219 section_sp->SetPermissions(permissions); in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp357 section_sp->SetPermissions(permissions); in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp373 void Section::SetPermissions(uint32_t permissions) { in SetPermissions() function in Section
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1897 Segment->SetPermissions(GetPermissions(PHdr)); in CreateSections()
1945 section_sp->SetPermissions(GetPermissions(header)); in CreateSections()