Home
last modified time | relevance | path

Searched refs:isReadOnly (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp102 if (IsCPRel && !Kind.isReadOnly()) in getExplicitSectionGlobal()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
131 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()
149 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp87 Kind.isReadOnly()); in IsGlobalInSmallSection()
159 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp85 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts()
227 if (!VI.isReadOnly()) in propagateAttributesToRefs()
350 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar()
666 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp346 bool isReadOnly) override;
382 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument
385 isReadOnly); in allocateDataSection()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp672 if (PropDecl->isReadOnly()) in diagnoseExtraRelease()
687 !PropDecl->isReadOnly()) || in diagnoseExtraRelease()
800 if (PropDecl->isReadOnly()) in findShadowedPropertyDecl()
817 assert(ShadowedPropDecl->isReadOnly()); in findShadowedPropertyDecl()
905 if (PropDecl->isReadOnly()) in getDeallocReleaseRequirement()
H A DObjCPropertyChecker.cpp43 if (D->isReadOnly() || D->getSetterKind() != ObjCPropertyDecl::Copy) in checkCopyMutable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
H A DSectionKind.h131 bool isReadOnly() const { in isReadOnly() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp44 Kind.isReadOnly()) { in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h128 bool isReadOnly) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp101 if (!GOKind.isReadOnly()) { in isAddressedViaADA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp37 if (getKind().isReadOnly()) { in printSwitchToSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp332 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) { in SectionForGlobal()
383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp619 if (Kind.isReadOnly()) in getSectionPrefixForGlobal()
791 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) { in selectExplicitSectionGlobal()
1016 if (Kind.isReadOnly()) in getSectionForConstant()
1291 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) { in getExplicitSectionGlobal()
1356 if (Kind.isReadOnly()) in SelectSectionForGlobal()
1390 if (Kind.isReadOnly()) in SelectSectionForGlobal()
1615 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1713 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1777 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2387 else if (Kind.isReadOnly()) in getExplicitSectionGlobal()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp453 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension()
868 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) { in SelectPropertyForSynthesisFromProtocols()
938 if (!Property->isReadOnly() && !Prop->isReadOnly() && in SelectPropertyForSynthesisFromProtocols()
1023 if (Prop->isReadOnly()) return false; in hasWrittenStorageAttribute()
1676 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
2129 if (!Prop->isReadOnly()) in DiagnoseUnimplementedProperties()
2426 if (!property->isReadOnly() && !SetterMethod) { in ProcessPropertyDecl()
2442 if (!property->isReadOnly() && SetterMethod) { in ProcessPropertyDecl()
2524 if (!property->isReadOnly()) { in ProcessPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp56 if (T->isReadOnly()) in getPipeType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp712 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local
713 if (STI.isROPI() && isReadOnly) { in selectGlobal()
718 if (STI.isRWPI() && !isReadOnly) { in selectGlobal()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp180 {!PipeTy->isReadOnly()}); in getOpenCLType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp270 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td924 def : Property<"isReadOnly", Bool> {
925 let Read = [{ node->isReadOnly() }];
929 return ctx.getPipeType(elementType, isReadOnly);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1096 bool isReadOnly) override { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1098 SectionName.str().c_str(), isReadOnly); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h208 bool isReadOnly() const { in isReadOnly() function
1531 bool isReadOnly(const GlobalVarSummary *GVS) const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp719 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local
720 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly, in getDependency()

123