Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h178 llvm::DIType *CreateType(const BuiltinType *Ty);
179 llvm::DIType *CreateType(const ComplexType *Ty);
180 llvm::DIType *CreateType(const BitIntType *Ty);
184 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
185 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
187 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
188 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
189 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
192 llvm::DIType *CreateType(const RecordType *Tyg);
[all …]
H A DCGDebugInfo.cpp651 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
763 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy)); in CreateType()
903 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType() function in CGDebugInfo
914 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
994 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
1007 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
1235 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
1276 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo
1340 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
1424 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h109 clang::QualType CreateType(PdbTypeSymId type);
H A DSymbolFileNativePDB.h248 lldb::TypeSP CreateType(PdbTypeSymId type_id, CompilerType ct);
H A DPdbAstBuilder.cpp752 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
833 qt = CreateType(type); in GetOrCreateType()
H A DSymbolFileNativePDB.cpp712 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB
811 TypeSP result = CreateType(best_decl_id, ast_builder->ToCompilerType(qt)); in CreateAndCacheType()