Module llvm_mapper::record [−][src]
Expand description
Structures for mapping from bitstream records to LLVM models.
Depending on their importance or complexity, not every record is given a dedicated structure or mapping implementation. Simpler records are mapped inline within their blocks.
Structs
Models the MODULE_CODE_COMDAT
record.
Models the MODULE_CODE_DATALAYOUT
record.
Enums
The different kinds of COMDAT selections.
Potential errors when parsing an LLVM datalayout string.
Potential errors when mapping a single bitstream record.