/external/llvm/tools/opt/ |
D | PassPrinters.cpp | 45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent()); in runOnFunction() 52 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 80 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnSCC() 89 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 114 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M); in runOnModule() 121 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 146 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnLoop() 154 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() 181 getAnalysisID<Pass>(PassToPrint->getTypeInfo()) in runOnRegion() 189 AU.addRequiredID(PassToPrint->getTypeInfo()); in getAnalysisUsage() [all …]
|
/external/llvm/tools/llc/ |
D | llc.cpp | 362 StopAfterID = StartBeforeID = PI->getTypeInfo(); in compileModule() 370 StartAfterID = PI->getTypeInfo(); in compileModule() 378 StopAfterID = PI->getTypeInfo(); in compileModule()
|
/external/llvm/lib/IR/ |
D | Pass.cpp | 249 CFGOnlyList.push_back(P->getTypeInfo()); in passEnumerate() 272 if (PI) Preserved.push_back(PI->getTypeInfo()); in addPreserved()
|
D | PassRegistry.cpp | 60 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(), &PI)).second; in registerPass()
|
D | LegacyPassManager.cpp | 753 ImmutablePassMap[ImmPI->getTypeInfo()] = P; in addImmutablePass() 840 AvailableAnalysis[II[i]->getTypeInfo()] = P; in recordAvailableAnalysis() 978 AvailableAnalysis.find(II[i]->getTypeInfo()); in freePass()
|
/external/llvm/include/llvm/ |
D | PassInfo.h | 76 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
|
D | PassSupport.h | 163 &Interface::ID, RPB.getTypeInfo(), in RegisterAnalysisGroup()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1781 TypeInfo getTypeInfo(const Type *T) const; 1782 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function 1788 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } in getTypeSize() 1789 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } in getTypeSize() 1809 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } in getTypeAlign() 1810 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } in getTypeAlign()
|
/external/llvm/lib/CodeGen/ |
D | Passes.cpp | 525 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses() 526 const char *IID = (const char *)(IPI->getTypeInfo()); in addMachinePasses()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1494 TypeInfo Info = getTypeInfo(T); in getTypeInfoInChars() 1505 return getTypeInfo(T).AlignIsRequired; in isAlignmentRequired() 1512 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext 1541 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr()); in getTypeInfoImpl() 1561 TypeInfo EltInfo = getTypeInfo(CAT->getElementType()); in getTypeInfoImpl() 1575 TypeInfo EltInfo = getTypeInfo(VT->getElementType()); in getTypeInfoImpl() 1738 TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType()); in getTypeInfoImpl() 1744 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl() 1747 return getTypeInfo(cast<AdjustedType>(T)->getAdjustedType().getTypePtr()); in getTypeInfoImpl() 1768 getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType()); in getTypeInfoImpl() [all …]
|
D | RecordLayoutBuilder.cpp | 1440 TypeInfo FieldInfo = Context.getTypeInfo(D->getType()); in LayoutBitField()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3036 TypeInfo LeftTI = Context.getTypeInfo(left); in matchTypes() 3037 TypeInfo RightTI = Context.getTypeInfo(right); in matchTypes() 3093 TypeInfo LeftTI = Context.getTypeInfo(lt); in tryMatchRecordTypes() 3094 TypeInfo RightTI = Context.getTypeInfo(rt); in tryMatchRecordTypes()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 58 TypeInfo ValueTI = C.getTypeInfo(ValueTy); in AtomicInfo() 62 TypeInfo AtomicTI = C.getTypeInfo(AtomicTy); in AtomicInfo()
|
D | CGDebugInfo.cpp | 906 TypeInfo TI = CGM.getContext().getTypeInfo(type); in createFieldType() 3244 TypeInfo PtrInfo = C.getTypeInfo(C.VoidPtrTy); in EmitDeclareOfBlockLiteralArgVariable()
|
D | TargetInfo.cpp | 3348 TypeInfo Info = getContext().getTypeInfo(Ty); in classify()
|
D | CGBuiltin.cpp | 302 unsigned Width = Type->isBooleanType() ? 1 : context.getTypeInfo(Type).Width; in getIntegerWidthAndSignedness()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 1140 public ResultSet getTypeInfo() throws SQLException { in getTypeInfo() method in JDBCDatabaseMetaData
|
/external/robolectric/v1/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/llvm/lib/Target/ |
D | README.txt | 117 For vector types, DataLayout.cpp::getTypeInfo() returns alignment that is equal
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |