Searched refs:CreateType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.h | 108 llvm::DIType CreateType(const BuiltinType *Ty); 109 llvm::DIType CreateType(const ComplexType *Ty); 111 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile Fg); 112 llvm::DIType CreateType(const ObjCObjectPointerType *Ty, 114 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F); 115 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F); 116 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F); 117 llvm::DIType CreateType(const RecordType *Tyg); 121 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F); 122 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F); [all …]
|
| D | CGDebugInfo.cpp | 390 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 516 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo 567 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo 582 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo 669 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo 731 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType() function in CGDebugInfo 749 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo 1445 llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo 1536 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo 1568 llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType() function in CGDebugInfo [all …]
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r265477-clang-r198655-standalone-debug.diff | 20 @@ -1456,13 +1456,13 @@ llvm::DIType CGDebugInfo::CreateType(const RecordT
|