Searched refs:CreateType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 143 llvm::DIType *CreateType(const BuiltinType *Ty); 144 llvm::DIType *CreateType(const ComplexType *Ty); 146 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg); 147 llvm::DIType *CreateType(const TemplateSpecializationType *Ty, 149 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F); 150 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F); 151 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F); 152 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F); 154 llvm::DIType *CreateType(const RecordType *Tyg); 160 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F); [all …]
|
D | CGDebugInfo.cpp | 411 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 576 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo 621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo 634 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo 751 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo 809 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo 832 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo 845 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo 1572 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo 1643 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo [all …]
|