Lines Matching full:bitcode
1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
17 #include "llvm/Bitcode/BitstreamWriter.h"
18 #include "llvm/Bitcode/LLVMBitCodes.h"
34 // Redefine older bitcode opcodes for use here. Note that these come from
43 // Redefine older bitcode opcodes for use here. Note that these come from
49 /// These are manifest constants used by the bitcode writer. They do not need to
1631 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
1632 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
1677 // Traditional Bitcode starts after header.