Home | History | Annotate | Download | only in Bitcode

Lines Matching full:bitcode

1 //===- LLVMBitCodes.h - Enum values for the LLVM bitcode format -*- C++ -*-===//
10 // This header defines Bitcode enum values for LLVM IR bitcode files.
21 #include "llvm/Bitcode/BitCodes.h"
37 // Block intended to contains information on the bitcode versioning.
39 // bitcode file.
65 /// The epoch that defines the auto-upgrade compatibility for the bitcode.
67 /// LLVM guarantees in a major release that a minor release can read bitcode
69 /// accepting only bitcode with the same epoch, except for the X.0 release which
258 /// CastOpcodes - These are values used in the bitcode files to encode which
278 /// BinaryOpcodes - These are values used in the bitcode files to encode which
298 /// These are values used in the bitcode files to encode AtomicRMW operations.