HomeSort by: relevance | last modified time | path
    Searched defs:isReadOnly (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 125 bool isReadOnly() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 688 bool isReadOnly = AA.onlyReadsMemory(QueryCall);
689 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 712 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV);
713 if (STI.isROPI() && isReadOnly) {
718 if (STI.isRWPI() && !isReadOnly) {
ARMISelLowering.cpp 3666 bool ARMTargetLowering::isReadOnly(const GlobalValue *GV) const {
3694 bool IsRO = isReadOnly(GV);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 1124 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU,
1266 if (isReadOnly(CurAST, MSSAU, CurLoop))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 195 bool isReadOnly() const {
1222 bool isReadOnly(const GlobalVarSummary *GVS) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 834 /// isReadOnly - Return true iff the property has a setter.
835 bool isReadOnly() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7122 if (PD->isReadOnly()) {
7454 bool isReadOnly = false;
7461 isReadOnly = true;
7469 isReadOnly = true;
7473 if (isReadOnly) {

Completed in 99 milliseconds