/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
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() 150 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 88 Kind.isReadOnly()); in IsGlobalInSmallSection() 160 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 64 for (; I >= 0 && Refs[I].isReadOnly(); --I) in specialRefCounts() 129 if (!VI.isReadOnly()) in propagateAttributesToRefs() 224 return !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size(); in canImportGlobalVar() 509 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3)); in exportToDot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetObjectFile.cpp | 25 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 334 bool isReadOnly) override; 370 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument 373 isReadOnly); in allocateDataSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetObjectFile.cpp | 40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionXCOFF.cpp | 30 if (getKind().isReadOnly()) { in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 257 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) { in SectionForGlobal() 299 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | Dictionary.java | 43 if (!data.isDirect() || !data.isReadOnly()) { in setData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionWasm.h | 69 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
|
D | SectionKind.h | 122 bool isReadOnly() const { in isReadOnly() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 569 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) { in getExplicitSectionGlobal() 616 if (Kind.isReadOnly()) in getSectionPrefixForGlobal() 747 if (Kind.isReadOnly()) in getSectionForConstant() 992 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1026 if (Kind.isReadOnly()) in SelectSectionForGlobal() 1244 else if (K.isReadOnly() || K.isReadOnlyWithRel()) in getCOFFSectionFlags() 1333 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in getCOFFSectionNameForUniqueGlobal() 1393 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal() 1885 if (Kind.isReadOnly()) in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 129 bool isReadOnly) override;
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | LiteralByteStringTest.java | 201 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer() 213 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 279 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer() 292 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
|
D | NioByteStringTest.java | 292 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer() 305 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
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()
|
D | ARMISelLowering.h | 320 bool isReadOnly(const GlobalValue *GV) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 252 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 182 if (type.getQualifier().isReadOnly()) in isUavType()
|
D | ParseContextBase.cpp | 158 if (node->getQualifier().isReadOnly()) in lValueErrorCheck()
|
D | SymbolTable.h | 125 virtual bool isReadOnly() const { return ! writable; } in isReadOnly() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 194 bool isReadOnly() const { in isReadOnly() function 1088 bool isReadOnly(const GlobalVarSummary *GVS) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 758 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local 759 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly, in getDependency()
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 574 bool isReadOnly() const { return false; } in isReadOnly() function 611 bool isReadOnly() const { return readonly; } in isReadOnly() function
|