Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1140 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) in GetKernelAreaSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h56 bool IsWritable();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp103 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp195 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37812 result = (bool)(arg1)->IsWritable(); in _wrap_SBMemoryRegionInfo_IsWritable()