Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h199 llvm::DIType *CreateType(const BuiltinType *Ty);
200 llvm::DIType *CreateType(const ComplexType *Ty);
201 llvm::DIType *CreateType(const BitIntType *Ty);
205 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
206 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
208 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
210 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
211 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
212 llvm::DIType *CreateType(const HLSLAttributedResourceType *Ty,
[all …]
H A DCGDebugInfo.cpp812 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
952 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy)); in CreateType()
1122 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType() function in CGDebugInfo
1133 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
1228 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
1241 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
1473 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
1552 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo
1630 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
1733 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h109 clang::QualType CreateType(PdbTypeSymId type);
H A DSymbolFileNativePDB.h242 lldb::TypeSP CreateType(PdbTypeSymId type_id, CompilerType ct);
H A DPdbAstBuilder.cpp754 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
835 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()
/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.h75 enum class CreateType : ModeFlags { enum
H A Dfile.cpp464 flags |= static_cast<ModeFlags>(CreateType::EXCLUSIVE); in mode_flags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp571 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2964 …ugInfo10CreateTypeEPKNS_11BuiltinTypeE", "clang::CodeGen::CGDebugInfo::CreateType(clang::BuiltinTy…
2965 …ugInfo10CreateTypeEPKNS_11ComplexTypeE", "clang::CodeGen::CGDebugInfo::CreateType(clang::ComplexTy…
2967 …21ObjCObjectPointerTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::ObjCObjec…
2969 …TypeEPKNS_11PointerTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::PointerTy…
2971 …PKNS_16BlockPointerTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::BlockPoin…
2973 …TypeEPKNS_11TypedefTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::TypedefTy…
2974 …ypeEPKNS_12FunctionTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::FunctionT…
2985 …bugInfo10CreateTypeEPKNS_10RecordTypeE", "clang::CodeGen::CGDebugInfo::CreateType(clang::RecordTyp…
2986 …eEPKNS_14ObjCObjectTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::ObjCObjec…
2987 …KNS_17ObjCInterfaceTypeEN4llvm6DIFileE", "clang::CodeGen::CGDebugInfo::CreateType(clang::ObjCInter…
[all …]