Lines Matching full:bitcode
5 LLVM Bitcode File Format
20 What is commonly known as the LLVM bitcode file format (also, sometimes
64 The first two bytes of a bitcode file are 'BC' (``0x42``, ``0x43``). The second
65 two bytes are an application-specific magic number. Generic bitcode tools can
66 look at only the first two bytes to verify the file is bitcode, while
170 meaning is defined by Bitcode; block IDs 8 and greater are application
431 llvm-bcanalyzer can use this to dump out bitcode files symbolically.
436 use this to dump out bitcode files symbolically.
444 Bitcode Wrapper Format
447 Bitcode files for LLVM IR may optionally be wrapped in a simple wrapper
457 rest of the bitcode file fields). The Magic number is always ``0x0B17C0DE`` and
459 to the start of the bitcode stream in the file, and the Size field is the size
487 When combined with the bitcode magic number and viewed as bytes, this is
543 The ``MODULE_BLOCK`` block (id 8) is the top-level block for LLVM bitcode files,
544 and each bitcode file must contain exactly one. In addition to records