Searched refs:CreateType (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 120 llvm::DIType CreateType(const BuiltinType *Ty); 121 llvm::DIType CreateType(const ComplexType *Ty); 123 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile Fg); 124 llvm::DIType CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Fg); 125 llvm::DIType CreateType(const ObjCObjectPointerType *Ty, 127 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F); 128 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F); 129 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F); 130 llvm::DIType CreateType(const RecordType *Tyg); 134 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F); [all …]
|
| H A D | CGDebugInfo.cpp | 377 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 517 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo 568 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo 582 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, llvm::DIFile Unit) { in CreateType() function in CGDebugInfo 672 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo 734 llvm::DIType CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo 761 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType() function in CGDebugInfo 779 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo 1527 llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo 1597 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo [all …]
|