Safe Haskell | None |
---|
Documentation
LLVM metadata expressions
Associates some metadata with a specific label for attaching to an instruction.
Metadata declarations. Metadata can only be declared in global scope.
MetaNamed LMString [Int] | Named metadata. Only used for communicating module information to LLVM. ('!name = !{ [!n] }' form). |
MetaUnamed Int MetaExpr | Metadata node declaration. ('!0 = metadata !{ expression }' form). |