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 106 llvm::DIType Ty = getOrCreateType(CGM.getContext().getTypeDeclType(RDecl),
469 return getOrCreateType(QualType(T, 0), Unit);
472 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
551 return getOrCreateType(PointeeTy, Unit);
572 return getOrCreateType(PointeeTy, Unit);
660 llvm::DIType Src = getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
680 EltTys.push_back(getOrCreateType(Ty->getResultType(), Unit));
688 EltTys.push_back(getOrCreateType(FTP->getArgType(i), Unit));
713 llvm::DIType VTy = getOrCreateType(V->getType(), VUnit);
733 llvm::DIType debugType = getOrCreateType(type, tunit)
    [all...]
CGDebugInfo.h 83 /// Helper functions for getOrCreateType.
268 /// getOrCreateType - Get the type from the cache or create a new type if
270 llvm::DIType getOrCreateType(QualType Ty, llvm::DIFile F);

Completed in 28 milliseconds