llvm-project/llvm/lib/Bitcode/Writer
Duncan P. N. Exon Smith ab659fb3d0 IR: Use the new DebugLoc API, NFC
Update lib/IR and lib/Bitcode to use the new `DebugLoc` API.  Added an
explicit conversion to `bool` (avoiding a conversion to `MDLocation`),
since a couple of these use cases need to handle broken code.

llvm-svn: 233585
2015-03-30 19:40:05 +00:00
..
BitWriter.cpp Introduce LLVMWriteBitcodeToMemoryBuffer C API function. 2014-10-14 00:30:59 +00:00
BitcodeWriter.cpp IR: Use the new DebugLoc API, NFC 2015-03-30 19:40:05 +00:00
BitcodeWriterPass.cpp [PM] Switch the new pass manager to use a reference-based API for IR 2015-01-05 02:47:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
ValueEnumerator.cpp IR: Use the new DebugLoc API, NFC 2015-03-30 19:40:05 +00:00
ValueEnumerator.h BitcodeWriter: Refactor common computation of bits required for a type index. 2015-02-25 00:51:52 +00:00