HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 109 llvm::DIType Ty = getOrCreateType(CGM.getContext().getTypeDeclType(RDecl),
530 return getOrCreateType(QualType(T, 0), Unit);
533 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
549 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
617 return getOrCreateType(PointeeTy, Unit);
638 return getOrCreateType(PointeeTy, Unit);
739 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
759 EltTys.push_back(getOrCreateType(Ty->getResultType(), Unit));
767 EltTys.push_back(getOrCreateType(FPT->getArgType(i), Unit));
783 llvm::DIType debugType = getOrCreateType(type, tunit)
    [all...]
CGDebugInfo.h 100 /// Helper functions for getOrCreateType.
305 /// getOrCreateType - Get the type from the cache or create a new type if
307 llvm::DIType getOrCreateType(QualType Ty, llvm::DIFile F);

Completed in 21 milliseconds