Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
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()
150 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) && in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp88 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/
DModuleSummaryIndex.cpp64 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/
DAMDGPUTargetObjectFile.cpp25 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp334 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/
DPPCTargetObjectFile.cpp40 if (Kind.isReadOnly()) { in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp30 if (getKind().isReadOnly()) { in PrintSwitchToSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp257 (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/
DDictionary.java43 if (!data.isDirect() || !data.isReadOnly()) { in setData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h69 return Kind.isGlobalWriteableData() || Kind.isReadOnly() || in isWasmData()
DSectionKind.h122 bool isReadOnly() const { in isReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp569 } 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/
DSectionMemoryManager.h129 bool isReadOnly) override;
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java201 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer()
213 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java279 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBuffer()
292 assertTrue(byteBuffer.isReadOnly()); in testAsReadOnlyByteBufferList()
DNioByteStringTest.java292 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/
DARMInstructionSelector.cpp714 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local
715 if (STI.isROPI() && isReadOnly) { in selectGlobal()
720 if (STI.isRWPI() && !isReadOnly) { in selectGlobal()
DARMISelLowering.h320 bool isReadOnly(const GlobalValue *GV) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp252 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) { in processGlobalForThinLTO()
/third_party/glslang/glslang/MachineIndependent/
Diomapper.h182 if (type.getQualifier().isReadOnly()) in isUavType()
DParseContextBase.cpp158 if (node->getQualifier().isReadOnly()) in lValueErrorCheck()
DSymbolTable.h125 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/
DModuleSummaryIndex.h194 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/
DMemoryDependenceAnalysis.cpp758 bool isReadOnly = AA.onlyReadsMemory(QueryCall); in getDependency() local
759 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly, in getDependency()
/third_party/glslang/glslang/Include/
DTypes.h574 bool isReadOnly() const { return false; } in isReadOnly() function
611 bool isReadOnly() const { return readonly; } in isReadOnly() function

12