1--- !COFF
2header:
3  Machine:         IMAGE_FILE_MACHINE_AMD64
4  Characteristics: [  ]
5sections:
6  - Name:            '.debug$S'
7    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ]
8    Alignment:       1
9    Subsections:
10      - !Symbols
11        Records:
12          - Kind:            S_OBJNAME
13            ObjNameSym:
14              Signature:       545589255
15              ObjectName:      'D:\llvm-project\lld\test\COFF\Inputs\precomp2-a.obj'
16          - Kind:            S_COMPILE3
17            Compile3Sym:
18              Flags:           [ SecurityChecks, HotPatch ]
19              Machine:         X64
20              FrontendMajor:   19
21              FrontendMinor:   13
22              FrontendBuild:   26131
23              FrontendQFE:     1
24              BackendMajor:    19
25              BackendMinor:    13
26              BackendBuild:    26131
27              BackendQFE:      1
28              Version:         'Microsoft (R) Optimizing Compiler'
29      - !StringTable
30        Strings:
31          - 'D:\llvm-project\lld\test\COFF\precomp\precomp.pch'
32          - 'D:\llvm-project\lld\test\COFF\precomp\precomp.h'
33          - 'D:\llvm-project\lld\test\COFF\precomp\a.cpp'
34  - Name:            '.debug$T'
35    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ]
36    Alignment:       1
37    Types:
38      - Kind:            LF_PRECOMP
39        Precomp:
40          StartTypeIndex:  4096
41          TypesCount:      3
42          Signature:       545589255
43          PrecompFilePath: 'D:\llvm-project\lld\test\COFF\Inputs\precomp2.obj'
44      - Kind:            LF_STRING_ID
45        StringId:
46          Id:              0
47          String:          'test test test test test'
48      - Kind:            LF_STRING_ID
49        StringId:
50          Id:              0
51          String:          'test test test test test'
52      - Kind:            LF_STRING_ID
53        StringId:
54          Id:              0
55          String:          'test test test test test'
56      - Kind:            LF_BUILDINFO
57        BuildInfo:
58          ArgIndices:      [ 4101, 4101, 4101, 4101, 4101 ]
59symbols:
60  - Name:            '.debug$S'
61    Value:           0
62    SectionNumber:   1
63    SimpleType:      IMAGE_SYM_TYPE_NULL
64    ComplexType:     IMAGE_SYM_DTYPE_NULL
65    StorageClass:    IMAGE_SYM_CLASS_STATIC
66    SectionDefinition:
67      Length:          0
68      NumberOfRelocations: 0
69      NumberOfLinenumbers: 0
70      CheckSum:        0
71      Number:          0
72  - Name:            '.debug$T'
73    Value:           0
74    SectionNumber:   2
75    SimpleType:      IMAGE_SYM_TYPE_NULL
76    ComplexType:     IMAGE_SYM_DTYPE_NULL
77    StorageClass:    IMAGE_SYM_CLASS_STATIC
78    SectionDefinition:
79      Length:          0
80      NumberOfRelocations: 0
81      NumberOfLinenumbers: 0
82      CheckSum:        0
83      Number:          0
84...
85