Home
last modified time | relevance | path

Searched refs:CreateType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h84 llvm::DIType CreateType(const BuiltinType *Ty);
85 llvm::DIType CreateType(const ComplexType *Ty);
87 llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile F);
88 llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
90 llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
91 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
92 llvm::DIType CreateType(const FunctionType *Ty, llvm::DIFile F);
93 llvm::DIType CreateType(const RecordType *Ty);
95 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F);
96 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F);
[all …]
DCGDebugInfo.cpp336 llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
430 llvm::DIType CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
481 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
489 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
594 llvm::DIType CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
657 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType() function in CGDebugInfo
675 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
1194 llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo
1266 llvm::DIType CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo
1273 llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType() function in CGDebugInfo
[all …]
/external/chromium/chrome/browser/importer/
Dimporter_unittest.cc372 pstore->CreateType(0, &type, &type_info, 0); in TEST_F()