Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp87 Kind.isReadOnly()); in IsGlobalInSmallSection()
159 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp86 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts()
210 if (!VI.isReadOnly()) in propagateAttributesToRefs()
332 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar()
627 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp346 bool isReadOnly) override;
382 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument
385 isReadOnly); in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp664 if (PropDecl->isReadOnly()) in diagnoseExtraRelease()
679 !PropDecl->isReadOnly()) || in diagnoseExtraRelease()
809 if (PropDecl->isReadOnly()) in findShadowedPropertyDecl()
826 assert(ShadowedPropDecl->isReadOnly()); in findShadowedPropertyDecl()
914 if (PropDecl->isReadOnly()) in getDeallocReleaseRequirement()
H A DObjCPropertyChecker.cpp43 if (D->isReadOnly() || D->getSetterKind() != ObjCPropertyDecl::Copy) in checkCopyMutable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
H A DSectionKind.h125 bool isReadOnly() const { in isReadOnly() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionXCOFF.cpp36 if (getKind().isReadOnly()) { in PrintSwitchToSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h128 bool isReadOnly) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp590 if (Kind.isReadOnly()) in getSectionPrefixForGlobal()
670 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) { in selectExplicitSectionGlobal()
958 if (Kind.isReadOnly()) in getSectionForConstant()
1263 if (Kind.isReadOnly()) in SelectSectionForGlobal()
1297 if (Kind.isReadOnly()) in SelectSectionForGlobal()
1515 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags()
1604 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal()
1668 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
2237 else if (Kind.isReadOnly()) in getExplicitSectionGlobal()
2335 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp327 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) { in SectionForGlobal()
378 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/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()
1678 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch()
2134 if (!Prop->isReadOnly()) in DiagnoseUnimplementedProperties()
2431 if (!property->isReadOnly() && !SetterMethod) { in ProcessPropertyDecl()
2447 if (!property->isReadOnly() && SetterMethod) { in ProcessPropertyDecl()
2530 if (!property->isReadOnly()) { in ProcessPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/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()
H A DARMISelLowering.h400 bool isReadOnly(const GlobalValue *GV) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp73 if (T->isReadOnly()) in getPipeType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp245 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td876 def : Property<"isReadOnly", Bool> {
877 let Read = [{ node->isReadOnly() }];
881 return ctx.getPipeType(elementType, isReadOnly);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h195 bool isReadOnly() const { in isReadOnly() function
1222 bool isReadOnly(const GlobalVarSummary *GVS) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp688 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local
689 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly, in getDependency()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp716 if (!Prop->isReadOnly()) in findBackingIvar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1124 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU, in isReadOnly() function
1266 if (isReadOnly(CurAST, MSSAU, CurLoop)) in canSinkOrHoistInst()

12