Home
last modified time | relevance | path

Searched defs:CreateType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp634 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
886 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType() function in CGDebugInfo
890 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType() function in CGDebugInfo
901 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
994 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
1223 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
1288 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
1366 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
2550 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo
2621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo
[all …]
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h56 enum class CreateType : ModeFlags { enum
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1033 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp642 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB