Searched refs:IsWritable (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 67 module->addAddressRange(start, end, IsExecutable(), IsWritable(), in AddAddressRanges() 74 NextSectionLoad<struct section>(module, data_, IsWritable()); in AddAddressRanges() 77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_procmaps.h | 46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable() function
|
| H A D | sanitizer_procmaps_common.cpp | 69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
|
| H A D | sanitizer_linux.cpp | 1081 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) return 0; in GetKernelAreaSize()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBMemoryRegionInfo.i | 41 IsWritable ();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 56 bool IsWritable();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 102 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 195 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_linux.cpp | 207 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpNew.py | 416 self.assertEqual(write, region_info.IsWritable())
|