Searched refs:IsWritable (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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_haiku.cpp | 25 module->addAddressRange(start, end, IsExecutable(), 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 | 1189 if ((segment.end >= 3 * gbyte) && segment.IsWritable()) in GetKernelAreaSize()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBMemoryRegionInfo.h | 56 bool IsWritable();
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 103 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 496 bool IsWritable = ResAttrs.ResourceClass == llvm::dxil::ResourceClass::UAV; in getHLSLType() local 499 {StorageClass, IsWritable}); in getHLSLType()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 195 !segment.IsWritable() && IsAppMem(segment.start)) { in MapRodata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.h | 611 bool IsWritable, bool EmitIr = false);
|
| H A D | SPIRVGlobalRegistry.cpp | 1357 SPIRV::StorageClass::StorageClass SC, bool IsWritable, bool EmitIr) { in getOrCreateVulkanBufferType() argument 1358 auto Key = SPIRV::irhandle_vkbuffer(ElemType, SC, IsWritable); in getOrCreateVulkanBufferType() 1373 if (!IsWritable) { in getOrCreateVulkanBufferType()
|
| H A D | SPIRVBuiltins.cpp | 3161 bool IsWritable = ExtensionType->getIntParameter(1); in getVulkanBufferType() local 3162 return GR->getOrCreateVulkanBufferType(MIRBuilder, T, SC, IsWritable); in getVulkanBufferType()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 38397 result = (bool)(arg1)->IsWritable(); in _wrap_SBMemoryRegionInfo_IsWritable()
|