Home
last modified time | relevance | path

Searched refs:IsWritable (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp67 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 Dsanitizer_procmaps.h46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable() function
H A Dsanitizer_procmaps_common.cpp69 module->addAddressRange(start, end, IsExecutable(), IsWritable()); in AddAddressRanges()
H A Dsanitizer_linux.cpp1081 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) return 0; in GetKernelAreaSize()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i41 IsWritable ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h56 bool IsWritable();
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp102 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp195 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_linux.cpp207 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py416 self.assertEqual(write, region_info.IsWritable())