reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
# RUN: yaml2obj %s | obj2yaml | FileCheck %s --check-prefix COFF-I386

# COFF-I386: File: filename_with_22_chars

--- !COFF
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_RELOCS_STRIPPED, IMAGE_FILE_LINE_NUMS_STRIPPED ]
sections:
symbols:
  - Name:          .file
    Value:         0
    SectionNumber: 65534
    SimpleType:    IMAGE_SYM_TYPE_NULL
    ComplexType:   IMAGE_SYM_DTYPE_NULL
    StorageClass:  IMAGE_SYM_CLASS_FILE
    File:          filename_with_22_chars
...