Searched defs:CreateType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 663 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { CreateType() function in CGDebugInfo 943 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { CreateType() function in CGDebugInfo 954 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { CreateType() function in CGDebugInfo 1034 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, CreateType() function in CGDebugInfo 1047 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, CreateType() function in CGDebugInfo 1275 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, CreateType() function in CGDebugInfo 1316 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, CreateType() function in CGDebugInfo 1380 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, CreateType() function in CGDebugInfo 1466 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, CreateType() function in CGDebugInfo 2685 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { CreateType() function in CGDebugInfo 2776 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, CreateType() function in CGDebugInfo 2782 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, CreateType() function in CGDebugInfo 2818 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, CreateType() function in CGDebugInfo 3129 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, CreateType() function in CGDebugInfo 3174 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, CreateType() function in CGDebugInfo 3201 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { CreateType() function in CGDebugInfo 3271 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, CreateType() function in CGDebugInfo 3277 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, CreateType() function in CGDebugInfo 3288 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, CreateType() function in CGDebugInfo 3329 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { CreateType() function in CGDebugInfo 3334 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { CreateType() function in CGDebugInfo [all...] |
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 754 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
|
H A D | SymbolFileNativePDB.cpp | 715 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB
|