1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/include
Duncan P. N. Exon Smith 51b31a68a3 DIBuilder: Encapsulate DIExpression's element type
`DIExpression`'s elements are 64-bit integers that are stored as
`ConstantInt`.  The accessors already encapsulate the storage.  This
commit updates the `DIBuilder` API to also encapsulate that.

llvm-svn: 218797
2014-10-01 20:26:08 +00:00
..
llvm DIBuilder: Encapsulate DIExpression's element type 2014-10-01 20:26:08 +00:00
llvm-c C API: Add LLVMCloneModule() 2014-10-01 17:14:57 +00:00