Home
last modified time | relevance | path

Searched defs:IsWritable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp103 bool SBMemoryRegionInfo::IsWritable() { in IsWritable() function in SBMemoryRegionInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp496 bool IsWritable = ResAttrs.ResourceClass == llvm::dxil::ResourceClass::UAV; in getHLSLType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1357 SPIRV::StorageClass::StorageClass SC, bool IsWritable, bool EmitIr) { in getOrCreateVulkanBufferType()
H A DSPIRVBuiltins.cpp3161 bool IsWritable = ExtensionType->getIntParameter(1); in getVulkanBufferType() local