Searched refs:CreateType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 177 llvm::DIType *CreateType(const BuiltinType *Ty); 178 llvm::DIType *CreateType(const ComplexType *Ty); 179 llvm::DIType *CreateType(const AutoType *Ty); 180 llvm::DIType *CreateType(const ExtIntType *Ty); 182 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg); 183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty, 185 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F); 186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F); 187 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F); 188 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F); [all …]
|
H A D | CGDebugInfo.cpp | 649 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 761 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy)); in CreateType() 914 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType() function in CGDebugInfo 918 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) { in CreateType() function in CGDebugInfo 929 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo 973 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo 986 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo 1196 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo 1237 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo 1260 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo [all …]
|