Lines Matching refs:OBJ

2 ; RUN: llc < %s -filetype=obj | llvm-readobj - -codeview | FileCheck %s --check-prefix=OBJ
48 ; OBJ: CodeViewTypes [
49 ; OBJ: Section: .debug$T
50 ; OBJ: Magic: 0x4
51 ; OBJ: Modifier (0x1000) {
52 ; OBJ: TypeLeafKind: LF_MODIFIER (0x1001)
53 ; OBJ: ModifiedType: int (0x74)
54 ; OBJ: Modifiers [ (0x1)
55 ; OBJ: Const (0x1)
56 ; OBJ: ]
57 ; OBJ: }
58 ; OBJ: Pointer (0x1001) {
59 ; OBJ: TypeLeafKind: LF_POINTER (0x1002)
60 ; OBJ: PointeeType: const int (0x1000)
61 ; OBJ: PointerAttributes: 0x1000C
62 ; OBJ: PtrType: Near64 (0xC)
63 ; OBJ: PtrMode: Pointer (0x0)
64 ; OBJ: IsFlat: 0
65 ; OBJ: IsConst: 0
66 ; OBJ: IsVolatile: 0
67 ; OBJ: IsUnaligned: 0
68 ; OBJ: }
69 ; OBJ: ]
71 ; OBJ: CodeViewDebugInfo [
72 ; OBJ: Section: .debug$S
73 ; OBJ: Magic: 0x4
74 ; OBJ: Subsection [
75 ; OBJ: SubSectionType: Symbols (0xF1)
76 ; OBJ: DataSym {
77 ; OBJ: Kind: S_LDATA32 (0x110C)
78 ; OBJ: DataOffset: ?first@@3HA+0x0
79 ; OBJ: Type: int (0x74)
80 ; OBJ: DisplayName: first
81 ; OBJ: LinkageName: ?first@@3HA
82 ; OBJ: }
83 ; OBJ: ThreadLocalDataSym {
84 ; OBJ: DataOffset: ?middle@@3PEBHEB+0x0
85 ; OBJ: Type: const int* (0x1001)
86 ; OBJ: DisplayName: middle
87 ; OBJ: LinkageName: ?middle@@3PEBHEB
88 ; OBJ: }
89 ; OBJ: DataSym {
90 ; OBJ: Kind: S_GDATA32 (0x110D)
91 ; OBJ: DataOffset: ?last@@3HA+0x0
92 ; OBJ: Type: int (0x74)
93 ; OBJ: DisplayName: last
94 ; OBJ: LinkageName: ?last@@3HA
95 ; OBJ: }
96 ; OBJ: ]
97 ; OBJ: ]
98 ; OBJ: CodeViewDebugInfo [
99 ; OBJ: Section: .debug$S (7)
100 ; OBJ: Magic: 0x4
101 ; OBJ: Subsection [
102 ; OBJ: SubSectionType: Symbols (0xF1)
103 ; OBJ: SubSectionSize: 0x15
104 ; OBJ: DataSym {
105 ; OBJ: DataOffset: ?comdat@?$A@X@@2HB+0x0
106 ; OBJ: Type: const int (0x1000)
107 ; OBJ: DisplayName: comdat
108 ; OBJ: LinkageName: ?comdat@?$A@X@@2HB
109 ; OBJ: }
110 ; OBJ: ]
111 ; OBJ: ]