HomeSort by relevance Sort by last modified time
    Searched refs:getTypeInfo (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/tools/opt/
PassPrinters.cpp 45 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/include/llvm/
PassInfo.h 76 /// getTypeInfo - Return the id object for the pass...
78 const void *getTypeInfo() const { return PassID; }
PassSupport.h 154 &Interface::ID, RPB.getTypeInfo(),
  /external/llvm/lib/IR/
Pass.cpp 249 CFGOnlyList.push_back(P->getTypeInfo());
272 if (PI) Preserved.push_back(PI->getTypeInfo());
PassRegistry.cpp 61 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(),&PI)).second;
76 MapType::iterator I = PassInfoMap.find(PI.getTypeInfo());
LegacyPassManager.cpp 733 if ((*II)->getTypeInfo() == AID)
838 AvailableAnalysis[II[i]->getTypeInfo()] = P;
    [all...]
  /external/llvm/tools/llc/
llc.cpp 341 StartAfterID = PI->getTypeInfo();
349 StopAfterID = PI->getTypeInfo();
  /external/llvm/lib/CodeGen/
Passes.cpp 490 const char *TID = (const char *)(TPI->getTypeInfo());
491 const char *IID = (const char *)(IPI->getTypeInfo());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType);
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType);
NewXmlFileCreationPage.java     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 321 Flags type_flags (GetTypeInfo (&pointee_or_element_clang_type));
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 50 std::tie(ValueSizeInBits, valueAlignInBits) = C.getTypeInfo(ValueTy);
53 std::tie(AtomicSizeInBits, atomicAlignInBits) = C.getTypeInfo(AtomicTy);
    [all...]
CGDebugInfo.cpp 809 std::tie(sizeInBits, alignInBits) = CGM.getContext().getTypeInfo(type);
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 1140 public ResultSet getTypeInfo() throws SQLException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 843 ResultSet info = meta.getTypeInfo();
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
h2-1.2.147.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 472 milliseconds

1 2