Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp651 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
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
2560 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp752 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp712 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) { in CreateType() function in SymbolFileNativePDB