LLString returns the LLVM syntax representation of the definition of the type. 'metadata'
()
| 690 | // |
| 691 | // 'metadata' |
| 692 | func (t *MetadataType) LLString() string { |
| 693 | return "metadata" |
| 694 | } |
| 695 | |
| 696 | // Name returns the type name of the type. |
| 697 | func (t *MetadataType) Name() string { |