Searched refs:CreateType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h143 llvm::DIType *CreateType(const BuiltinType *Ty);
144 llvm::DIType *CreateType(const ComplexType *Ty);
146 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
147 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
149 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
150 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
151 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
152 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
154 llvm::DIType *CreateType(const RecordType *Tyg);
160 llvm::DIType *CreateType(cons
[all...]
H A DCGDebugInfo.cpp411 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { function in class:CGDebugInfo
576 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { function in class:CGDebugInfo
621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, function in class:CGDebugInfo
634 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, function in class:CGDebugInfo
751 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, function in class:CGDebugInfo
809 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, function in class:CGDebugInfo
832 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, function in class:CGDebugInfo
845 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, function in class:CGDebugInfo
1572 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { function in class:CGDebugInfo
1643 llvm::DIType *CGDebugInfo::CreateType(cons function in class:CGDebugInfo
1673 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, function in class:CGDebugInfo
1922 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, function in class:CGDebugInfo
1940 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { function in class:CGDebugInfo
1992 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, function in class:CGDebugInfo
1998 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, function in class:CGDebugInfo
2004 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, function in class:CGDebugInfo
2022 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { function in class:CGDebugInfo
2028 llvm::DIType* CGDebugInfo::CreateType(const PipeType *Ty, function in class:CGDebugInfo
[all...]

Completed in 104 milliseconds