Devang Patel 35fcd6557f Introduce DIBuilder. It is intended to be a front-end friendly interface to emit debuggging information entries in LLVM IR.
To create debugging information for a pointer, using DIBUilder front-end just needs
	DBuilder.CreatePointerType(Ty, Size);
instead of
	DebugFactory.CreateDerivedType(llvm::dwarf::DW_TAG_pointer_type,
                                       TheCU, "", getOrCreateMainFile(),
                                       0, Size, 0, 0, 0, OCTy);



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118248 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-04 15:01:38 +00:00
..
2010-07-13 05:50:08 +00:00
2010-10-23 17:10:24 +00:00
2010-10-13 15:55:12 +00:00
2010-07-22 07:46:31 +00:00
2010-10-20 01:54:44 +00:00
2010-07-22 07:46:31 +00:00