Searched refs:getTypeInfo (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/tools/opt/
H A DPassPrinters.cpp45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent());
52 AU.addRequiredID(PassToPrint->getTypeInfo());
80 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
89 AU.addRequiredID(PassToPrint->getTypeInfo());
114 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M);
121 AU.addRequiredID(PassToPrint->getTypeInfo());
146 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
154 AU.addRequiredID(PassToPrint->getTypeInfo());
181 getAnalysisID<Pass>(PassToPrint->getTypeInfo())
189 AU.addRequiredID(PassToPrint->getTypeInfo());
[all...]
/external/llvm/lib/IR/
H A DPass.cpp249 CFGOnlyList.push_back(P->getTypeInfo());
272 if (PI) Preserved.push_back(PI->getTypeInfo());
H A DPassRegistry.cpp60 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second;
H A DLegacyPassManager.cpp753 ImmutablePassMap[ImmPI->getTypeInfo()] = P;
840 AvailableAnalysis[II[i]->getTypeInfo()] = P;
978 AvailableAnalysis.find(II[i]->getTypeInfo());
/external/llvm/include/llvm/
H A DPassInfo.h74 /// getTypeInfo - Return the id object for the pass...
76 const void *getTypeInfo() const { return PassID; } function in class:llvm::PassInfo
H A DPassSupport.h163 &Interface::ID, RPB.getTypeInfo(),
/external/llvm/tools/llc/
H A Dllc.cpp362 StopAfterID = StartBeforeID = PI->getTypeInfo();
370 StartAfterID = PI->getTypeInfo();
378 StopAfterID = PI->getTypeInfo();
/external/clang/include/clang/AST/
H A DASTContext.h1781 TypeInfo getTypeInfo(const Type *T) const;
1782 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } function in class:clang::ASTContext::DynTypedNodeList
1788 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; }
1789 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; }
1809 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; }
1810 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; }
/external/llvm/lib/CodeGen/
H A DPasses.cpp525 const char *TID = (const char *)(TPI->getTypeInfo());
526 const char *IID = (const char *)(IPI->getTypeInfo());
/external/clang/lib/AST/
H A DASTContext.cpp1494 TypeInfo Info = getTypeInfo(T);
1505 return getTypeInfo(T).AlignIsRequired;
1512 TypeInfo ASTContext::getTypeInfo(const Type *T) const { function in class:ASTContext
1541 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr());
1561 TypeInfo EltInfo = getTypeInfo(CAT->getElementType());
1575 TypeInfo EltInfo = getTypeInfo(VT->getElementType());
1738 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType());
1744 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
1747 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr());
1768 getTypeInfo(E
[all...]
H A DRecordLayoutBuilder.cpp1440 TypeInfo FieldInfo = Context.getTypeInfo(D->getType());
1710 // query getTypeInfo about these, so we figure it out here.
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3036 TypeInfo LeftTI = Context.getTypeInfo(left);
3037 TypeInfo RightTI = Context.getTypeInfo(right);
3093 TypeInfo LeftTI = Context.getTypeInfo(lt);
3094 TypeInfo RightTI = Context.getTypeInfo(rt);
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp58 TypeInfo ValueTI = C.getTypeInfo(ValueTy);
62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy);
H A DCGDebugInfo.cpp906 TypeInfo TI = CGM.getContext().getTypeInfo(type);
3244 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy);
H A DTargetInfo.cpp3348 TypeInfo Info = getContext().getTypeInfo(Ty);
H A DCGBuiltin.cpp302 unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java1140 public ResultSet getTypeInfo() throws SQLException { method in class:JDBCDatabaseMetaData
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 619 milliseconds

12