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

/external/llvm/tools/opt/
H A Dopt.cpp178 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
187 AU.addRequiredID(PassToPrint->getTypeInfo());
211 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, &M);
218 AU.addRequiredID(PassToPrint->getTypeInfo());
242 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
250 AU.addRequiredID(PassToPrint->getTypeInfo());
275 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
283 AU.addRequiredID(PassToPrint->getTypeInfo());
309 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out,
317 AU.addRequiredID(PassToPrint->getTypeInfo());
[all...]
/external/llvm/lib/VMCore/
H A DPass.cpp256 CFGOnlyList.push_back(P->getTypeInfo());
279 if (PI) Preserved.push_back(PI->getTypeInfo());
H A DPassRegistry.cpp109 Impl->PassInfoMap.insert(std::make_pair(PI.getTypeInfo(),&PI)).second;
126 Impl->PassInfoMap.find(PI.getTypeInfo());
H A DPassManager.cpp701 if ((*II)->getTypeInfo() == AID)
806 AvailableAnalysis[II[i]->getTypeInfo()] = P;
944 AvailableAnalysis.find(II[i]->getTypeInfo());
/external/llvm/include/llvm/
H A DPassSupport.h80 /// getTypeInfo - Return the id object for the pass...
82 const void *getTypeInfo() const { return PassID; } function in class:llvm::PassInfo
247 &Interface::ID, RPB.getTypeInfo(),
/external/clang/include/clang/AST/
H A DASTContext.h1435 std::pair<uint64_t, unsigned> getTypeInfo(const Type *T) const;
1436 std::pair<uint64_t, unsigned> getTypeInfo(QualType T) const { function in class:clang::ASTContext
1437 return getTypeInfo(T.getTypePtr());
1442 return getTypeInfo(T).first;
1445 return getTypeInfo(T).first;
1467 return getTypeInfo(T).second;
1470 return getTypeInfo(T).second;
/external/llvm/lib/CodeGen/
H A DPasses.cpp450 const char *TID = (const char *)(TPI->getTypeInfo());
451 const char *IID = (const char *)(IPI->getTypeInfo());
/external/llvm/tools/llc/
H A Dllc.cpp537 StartAfterID = PI->getTypeInfo();
545 StopAfterID = PI->getTypeInfo();
/external/clang/lib/AST/
H A DASTContext.cpp1170 std::pair<uint64_t, unsigned> Info = getTypeInfo(T);
1180 std::pair<uint64_t, unsigned> ASTContext::getTypeInfo(const Type *T) const { function in class:ASTContext
1224 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1236 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
1368 getTypeInfo(getPointerDiffType());
1377 getTypeInfo(cast<ComplexType>(T)->getElementType());
1383 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
1402 return getTypeInfo(ET->getDecl()->getIntegerType());
1412 return getTypeInfo(cast<SubstTemplateTypeParmType>(T)->
1418 return getTypeInfo(
[all...]
H A DRecordLayoutBuilder.cpp1750 Context.getTypeInfo(FD->getType());
1760 FieldInfo = Context.getTypeInfo(LastFD->getType());
1816 Context.getTypeInfo(FD->getType());
1913 std::pair<uint64_t, unsigned> FieldInfo = Context.getTypeInfo(D->getType());
1933 FieldInfo = Context.getTypeInfo(ZeroLengthBitfield->getType());
2046 // query getTypeInfo about these, so we figure it out here.
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1931 if (Context.getTypeInfo(left) != Context.getTypeInfo(right))
1983 if (Context.getTypeInfo(lt) != Context.getTypeInfo(rt)) return false;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp761 llvm::tie(sizeInBits, alignInBits) = CGM.getContext().getTypeInfo(type);
1556 std::pair<uint64_t, unsigned> Info = CGM.getContext().getTypeInfo(Ty);
2573 std::pair<uint64_t,unsigned> ptrInfo = C.getTypeInfo(C.VoidPtrTy);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java1140 public ResultSet getTypeInfo() throws SQLException { method in class:JDBCDatabaseMetaData
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 225 milliseconds