Home | History | Annotate | Download | only in docs

Lines Matching full:bitcode

6   <title>LLVM Bitcode File Format</title>

10 <h1> LLVM Bitcode File Format</h1>
25 <li><a href="#wrapper">Bitcode Wrapper Format</a>
67 What is commonly known as the LLVM bitcode file format (also, sometimes
124 <p>The first two bytes of a bitcode file are 'BC' (0x42, 0x43).
126 bitcode tools can look at only the first two bytes to verify the file is
127 bitcode, while application-specific programs will want to look at all four.</p>
268 whose meaning is defined by Bitcode; block IDs 8 and greater are
605 this to dump out bitcode files symbolically.</p>
610 this to dump out bitcode files symbolically.</p>
625 <h2><a name="wrapper">Bitcode Wrapper Format</a></h2>
631 Bitcode files for LLVM IR may optionally be wrapped in a simple wrapper
646 the rest of the bitcode file fields). The Magic number is always
648 field is the offset in bytes to the start of the bitcode stream in the file, and
693 When combined with the bitcode magic number and viewed as bytes, this is
773 bitcode files, and each bitcode file must contain exactly one. In