| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 87 Kind.isReadOnly()); in IsGlobalInSmallSection() 159 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetObjectFile.cpp | 22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetObjectFile.cpp | 40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 85 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts() 215 if (!VI.isReadOnly()) in propagateAttributesToRefs() 338 !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar() 640 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 346 bool isReadOnly) override; 382 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument 385 isReadOnly); in allocateDataSection()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCPropertyChecker.cpp | 43 if (D->isReadOnly() || D->getSetterKind() != ObjCPropertyDecl::Copy) in checkCopyMutable()
|
| H A D | CheckObjCDealloc.cpp | 665 if (PropDecl->isReadOnly()) in diagnoseExtraRelease() 680 !PropDecl->isReadOnly()) || in diagnoseExtraRelease() 810 if (PropDecl->isReadOnly()) in findShadowedPropertyDecl() 827 assert(ShadowedPropDecl->isReadOnly()); in findShadowedPropertyDecl() 915 if (PropDecl->isReadOnly()) in getDeallocReleaseRequirement()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 68 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
|
| H A D | SectionKind.h | 131 bool isReadOnly() const { in isReadOnly() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 44 Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 37 if (getKind().isReadOnly()) { in printSwitchToSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 128 bool isReadOnly) override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 332 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) { in SectionForGlobal() 383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 635 if (Kind.isReadOnly()) in getSectionPrefixForGlobal() 792 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) { in selectExplicitSectionGlobal() 1027 if (Kind.isReadOnly()) in getSectionForConstant() 1341 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1375 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1595 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags() 1684 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal() 1748 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal() 2340 else if (Kind.isReadOnly()) in getExplicitSectionGlobal() 2442 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
| /openbsd-src/gnu/llvm/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() 1677 !(SuperProperty->isReadOnly() && in DiagnosePropertyMismatch() 2130 if (!Prop->isReadOnly()) in DiagnoseUnimplementedProperties() 2427 if (!property->isReadOnly() && !SetterMethod) { in ProcessPropertyDecl() 2443 if (!property->isReadOnly() && SetterMethod) { in ProcessPropertyDecl() 2526 if (!property->isReadOnly()) { in ProcessPropertyDecl()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 78 if (T->isReadOnly()) in getPipeType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 270 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 916 def : Property<"isReadOnly", Bool> { 917 let Read = [{ node->isReadOnly() }]; 921 return ctx.getPipeType(elementType, isReadOnly);
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1140 bool isReadOnly) override { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1142 SectionName.str().c_str(), isReadOnly); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 685 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local 686 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly, in getDependency()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 198 bool isReadOnly() const { in isReadOnly() function 1436 bool isReadOnly(const GlobalVarSummary *GVS) const {
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 757 if (!Prop->isReadOnly()) in findBackingIvar()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 296 bool isReadOnly() const { return Attributes & ReadOnly; } in isReadOnly() function
|