Home
last modified time | relevance | path

Searched refs:TPI (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenObjC/
Dobjc2-ivar-assign.m10 typedef I* TPI; typedef
22 @property TPI propertyTPI;
/external/llvm/lib/CodeGen/
DPasses.cpp490 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue()); in addMachinePasses() local
492 assert (TPI && IPI && "Pass ID not registered!"); in addMachinePasses()
493 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses()