Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp44 section_sp->SetPermissions(ePermissionsReadable | ePermissionsExecutable); in CreateSections()
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h160 void SetPermissions(const Permissions &permissions) { in SetPermissions() function
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h202 void SetPermissions(uint32_t permissions);
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp248 section->SetPermissions(Permissions(COFFSection)); in CreateSections()
/src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp370 void Section::SetPermissions(uint32_t permissions) { in SetPermissions() function in Section
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1932 Segment->SetPermissions(GetPermissions(PHdr)); in CreateSections()
1980 section_sp->SetPermissions(GetPermissions(header)); in CreateSections()