Searched refs:CreateType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 182 llvm::DIType *CreateType(const BuiltinType *Ty); 183 llvm::DIType *CreateType(const ComplexType *Ty); 184 llvm::DIType *CreateType(const BitIntType *Ty); 188 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg); 189 llvm::DIType *CreateType(const TemplateSpecializationType *Ty, 191 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F); 192 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F); 193 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F); 194 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F); 196 llvm::DIType *CreateType(const RecordType *Tyg); [all …]
|
H A D | CGDebugInfo.cpp | 673 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo 802 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy)); in CreateType() 962 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType() function in CGDebugInfo 973 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo 1053 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo 1066 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo 1294 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo 1373 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo 1481 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo 1570 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.h | 109 clang::QualType CreateType(PdbTypeSymId type);
|
H A D | SymbolFileNativePDB.h | 242 lldb::TypeSP CreateType(PdbTypeSymId type_id, CompilerType ct);
|
H A D | PdbAstBuilder.cpp | 754 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() 835 qt = CreateType(type); in GetOrCreateType() 753 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { CreateType() function in PdbAstBuilder
|
H A D | SymbolFileNativePDB.cpp | 715 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB 814 TypeSP result = CreateType(best_decl_id, ast_builder->ToCompilerType(qt)); in CreateAndCacheType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 572 llvm::Expected<TypeSP> SymbolFileCTF::CreateType(CTFType *ctf_type) { in CreateType() function in SymbolFileCTF 1000 llvm::Expected<TypeSP> type_or_error = CreateType(ctf_type); in ResolveTypeUID()
|