Searched refs:IsWritable (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 95 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo 96 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsWritable); in IsWritable() 193 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsWritable, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1029 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) return 0; in GetKernelAreaSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBMemoryRegionInfo.i | 38 IsWritable ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 52 bool IsWritable();
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 201 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 33327 result = (bool)(arg1)->IsWritable(); in _wrap_SBMemoryRegionInfo_IsWritable()
|