Home | History | Annotate | Download | only in BitWriter_3_2

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"
41 /// These are manifest constants used by the bitcode writer. They do not need to
1688 // Sort the Users based on the order in which the reader parses the bitcode
1845 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
1846 /// uint32_t BitcodeSize; // Size of traditional bitcode file.
1891 // Traditional Bitcode starts after header.