Searched refs:unnamed_struct (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-simple-template-names.cpp | 77 } unnamed_struct; in f() local 78 f1<decltype(unnamed_struct)>(); in f() 80 f1<void (decltype(unnamed_struct))>(); in f()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | unnamed.ll | 9 ; local.unnamed_struct {...} 13 ; local.unnamed_struct {m3=66 'B' } 26 ; } unnamed_struct; 35 ; local.unnamed_struct.m3 = 'B'; 114 ; CHECK-NEXT: Name: unnamed_struct 150 …%unnamed_struct = getelementptr inbounds %struct.named_struct, %struct.named_struct* %local, i32 0… 151 %m3 = getelementptr inbounds %struct.anon, %struct.anon* %unnamed_struct, i32 0, i32 0, !dbg !33 187 !21 = !DIDerivedType(tag: DW_TAG_member, name: "unnamed_struct", scope: !12, file: !1, line: 9, bas…
|