| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 102 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 D | MipsTargetObjectFile.cpp | 87 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 D | ModuleSummaryIndex.cpp | 86 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 D | ExecutionEngineBindings.cpp | 346 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 D | AVRTargetObjectFile.cpp | 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetObjectFile.cpp | 22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetObjectFile.cpp | 40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 664 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 D | ObjCPropertyChecker.cpp | 43 if (D->isReadOnly() || D->getSetterKind() != ObjCPropertyDecl::Copy) in checkCopyMutable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
|
| H A D | SectionKind.h | 125 bool isReadOnly() const { in isReadOnly() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 36 if (getKind().isReadOnly()) { in PrintSwitchToSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 128 bool isReadOnly) override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 590 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 D | TargetLoweringObjectFile.cpp | 327 (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 D | SemaObjCProperty.cpp | 453 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 D | ARMInstructionSelector.cpp | 712 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 D | ARMISelLowering.h | 400 bool isReadOnly(const GlobalValue *GV) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 73 if (T->isReadOnly()) in getPipeType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 245 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 876 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 D | ModuleSummaryIndex.h | 195 bool isReadOnly() const { in isReadOnly() function 1222 bool isReadOnly(const GlobalVarSummary *GVS) const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 688 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 D | BodyFarm.cpp | 716 if (!Prop->isReadOnly()) in findBackingIvar()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1124 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU, in isReadOnly() function 1266 if (isReadOnly(CurAST, MSSAU, CurLoop)) in canSinkOrHoistInst()
|