Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h112 llvm::DIType CreatePointeeType(QualType PointeeTy, llvm::DIFile F);
DCGDebugInfo.cpp548 llvm::DIType CGDebugInfo::CreatePointeeType(QualType PointeeTy, in CreatePointeeType() function in CGDebugInfo
581 return DBuilder.createReferenceType(CreatePointeeType(PointeeTy, Unit)); in CreatePointerLikeType()
590 return DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit), in CreatePointerLikeType()