Lines Matching full:bitcode
177 Adding instructions changes the bitcode format, and it will take some effort
202 #. ``llvm/lib/Bitcode/Reader/BitcodeReader.cpp``:
204 add a case for your instruction and how it will be parsed from bitcode
206 #. ``llvm/lib/Bitcode/Writer/BitcodeWriter.cpp``:
208 add a case for your instruction and how it will be parsed from bitcode
236 Adding new types changes the bitcode format, and will break compatibility with
268 #. ``llvm/lib/Bitcode/Writer/BitcodeWriter.cpp``:
273 #. ``llvm/lib/Bitcode/Reader/BitcodeReader.cpp``:
277 #. ``include/llvm/Bitcode/LLVMBitCodes.h``:
311 #. ``llvm/lib/Bitcode/Writer/BitcodeWriter.cpp``:
316 #. ``llvm/lib/Bitcode/Reader/BitcodeReader.cpp``:
320 #. ``include/llvm/Bitcode/LLVMBitCodes.h``: