Lines Matching full:coff
109 RUN: llvm-ar --format=gnu rcsU %t.a %p/Inputs/coff-short-import-code %p/Inputs/coff-short-import-data
110 RUN: llvm-nm -M %t.a | FileCheck --check-prefix=COFF-SHORT-IMPORT %s
112 COFF-SHORT-IMPORT: Archive map
113 COFF-SHORT-IMPORT-NEXT: __imp__foo in coff-short-import-code
114 COFF-SHORT-IMPORT-NEXT: _foo in coff-short-import-code
115 COFF-SHORT-IMPORT-NEXT: __imp__bar in coff-short-import-data
116 COFF-SHORT-IMPORT-NOT: _bar in coff-short-import-data