Searched defs:CreateType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 673 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { CreateType() function in CGDebugInfo 962 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { CreateType() function in CGDebugInfo 973 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { CreateType() function in CGDebugInfo 1053 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, CreateType() function in CGDebugInfo 1066 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, CreateType() function in CGDebugInfo 1294 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, CreateType() function in CGDebugInfo 1373 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, CreateType() function in CGDebugInfo 1481 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, CreateType() function in CGDebugInfo 1570 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, CreateType() function in CGDebugInfo 2811 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { CreateType() function in CGDebugInfo 2902 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, CreateType() function in CGDebugInfo 2908 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, CreateType() function in CGDebugInfo 2944 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, CreateType() function in CGDebugInfo 3255 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, CreateType() function in CGDebugInfo 3300 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, CreateType() function in CGDebugInfo 3327 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { CreateType() function in CGDebugInfo 3397 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, CreateType() function in CGDebugInfo 3403 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, CreateType() function in CGDebugInfo 3414 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, CreateType() function in CGDebugInfo 3455 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { CreateType() function in CGDebugInfo 3460 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { CreateType() function in CGDebugInfo [all...] |
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 73 enum class CreateType : ModeFlags { global() enum
|
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 572 llvm::Expected<TypeSP> SymbolFileCTF::CreateType(CTFType *ctf_type) { CreateType() function in SymbolFileCTF
|
/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) { CreateType() function in SymbolFileNativePDB
|