Home
last modified time | relevance | path

Searched refs:org_struct (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Dalign_directives.asm48 org_struct STRUCT type
57 org_struct ENDS
99 MOV eax, org_struct.x
100 MOV eax, org_struct.x_succ
101 MOV eax, org_struct.y
102 MOV eax, org_struct.y_succ
103 MOV eax, org_struct.z
104 MOV eax, org_struct.z_succ
H A Dalign_errors.asm4 org_struct STRUCT type
18 ; CHECK: :[[# @LINE + 1]]:16: error: cannot initialize a value of type 'org_struct'; 'org' was used…
19 x org_struct <>