Lines Matching full:bitcode
1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
14 #include "llvm/Bitcode/ReaderWriter.h"
17 #include "llvm/Bitcode/BitstreamWriter.h"
18 #include "llvm/Bitcode/LLVMBitCodes.h"
41 /// These are manifest constants used by the bitcode writer. They do not need to
1765 // Sort the Users based on the order in which the reader parses the bitcode
1922 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
1923 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
1968 // Traditional Bitcode starts after header.