Home
last modified time | relevance | path

Searched defs:isReadOnly (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h122 bool isReadOnly() const { 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp370 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/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
DARMISelLowering.cpp3448 bool ARMTargetLowering::isReadOnly(const GlobalValue *GV) const { in isReadOnly() function in ARMTargetLowering
/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
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h123 virtual bool isReadOnly() const { return ! writable; } in isReadOnly() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1048 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU, in isReadOnly() function
/third_party/glslang/glslang/Include/
DTypes.h616 bool isReadOnly() const { return readonly; } in isReadOnly() function