| D | assembly_format.md | 44 ## Identifiers section in Assembly File Format Specification 46 ### Simple Identifiers argument 58 * All identifiers are case sensitive. 60 Simple identifiers can be used for naming metadata annotations, primitive data types, aggregate dat… 62 ### Prefixed Identifiers argument 64 A prefixed identifier is a sequence of simple identifiers delimited by the `.` char without whitesp… 66 Prefixed identifiers can be used for naming metadata annotations, aggregate data types and function… 167 All identifiers that are used for naming primitive data types cannot be used for any other purpose. 178 All identifiers that are used for naming reference data types cannot be used for any other purpose. 195 * `RecordName`, `type1`, ... `typeN`, `member1`, ... `memberN` are valid identifiers. [all …]
|