| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 86 Kind.isReadOnly()); in IsGlobalInSmallSection() 158 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetObjectFile.cpp | 22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetObjectFile.cpp | 39 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 86 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts() 224 if (!VI.isReadOnly()) in propagateAttributesToRefs() 354 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar() 681 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 345 bool isReadOnly) override; 381 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument 384 isReadOnly); in allocateDataSection()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 672 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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 56 IsWasmData(K.isReadOnly() || K.isWriteable()), in MCSectionWasm()
|
| H A D | SectionKind.h | 131 bool isReadOnly() const { in isReadOnly() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 43 Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 37 if (getKind().isReadOnly()) { in printSwitchToSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 129 bool isReadOnly) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 102 if (!GOKind.isReadOnly()) { in isAddressedViaADA()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 359 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) { in SectionForGlobal() 411 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 617 if (Kind.isReadOnly()) in getSectionPrefixForGlobal() 809 else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) in handlePragmaClangSection() 1047 if (Kind.isReadOnly()) in getSectionForConstant() 1079 if (Kind.isReadOnly()) in getSectionForConstant() 1416 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1450 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1673 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags() 1771 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal() 1835 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal() 2439 else if (Kind.isReadOnly()) in getExplicitSectionGlobal() [all …]
|
| H A D | StaticDataSplitter.cpp | 219 return Kind.isData() || Kind.isReadOnly() || Kind.isReadOnlyWithRel() || in inStaticDataSection()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 445 if (!(PIDecl->isReadOnly() && isReadWrite)) { in HandlePropertyInClassExtension() 854 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) { in SelectPropertyForSynthesisFromProtocols() 924 if (!Property->isReadOnly() && !Prop->isReadOnly() && in SelectPropertyForSynthesisFromProtocols() 1009 if (Prop->isReadOnly()) return false; in hasWrittenStorageAttribute() 1665 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch() 2120 if (!Prop->isReadOnly()) in DiagnoseUnimplementedProperties() 2418 if (!property->isReadOnly() && !SetterMethod) { in ProcessPropertyDecl() 2434 if (!property->isReadOnly() && SetterMethod) { in ProcessPropertyDecl() 2518 if (!property->isReadOnly()) { in ProcessPropertyDecl()
|
| H A D | SemaOpenCL.cpp | 386 if (!(!AccessQual || AccessQual->isReadOnly())) { in checkPipeArg()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 56 if (T->isReadOnly()) in getPipeType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 714 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local 715 if (STI.isROPI() && isReadOnly) { in selectGlobal() 720 if (STI.isRWPI() && !isReadOnly) { in selectGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 288 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefMemberChecker.cpp | 233 !PD->isReadOnly() && PD->getSetterKind() == ObjCPropertyDecl::Assign; in isPropImplUnsafePtr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 998 def : Property<"isReadOnly", Bool> { 999 let Read = [{ node->isReadOnly() }]; 1003 return ctx.getPipeType(elementType, isReadOnly);
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1098 bool isReadOnly) override { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1100 SectionName.str().c_str(), isReadOnly); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 355 {!PipeTy->isReadOnly()}); in getOpenCLType()
|