Lines Matching full:bitcode
5 LLVM Bitcode File Format
20 What is commonly known as the LLVM bitcode file format (also, sometimes
65 The first two bytes of a bitcode file are 'BC' (``0x42``, ``0x43``). The second
66 two bytes are an application-specific magic number. Generic bitcode tools can
67 look at only the first two bytes to verify the file is bitcode, while
171 meaning is defined by Bitcode; block IDs 8 and greater are application
432 llvm-bcanalyzer can use this to dump out bitcode files symbolically.
437 use this to dump out bitcode files symbolically.
445 Bitcode Wrapper Format
448 Bitcode files for LLVM IR may optionally be wrapped in a simple wrapper
458 rest of the bitcode file fields). The Magic number is always ``0x0B17C0DE`` and
460 to the start of the bitcode stream in the file, and the Size field is the size
469 Bitcode files for LLVM IR may also be wrapped in a native object file
470 (i.e. ELF, COFF, Mach-O). The bitcode must be stored in a section of the object
502 When combined with the bitcode magic number and viewed as bytes, this is
558 The ``MODULE_BLOCK`` block (id 8) is the top-level block for LLVM bitcode files,
559 and each bitcode file must contain exactly one. In addition to records