reference, declaration → definition 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 | # RUN: yaml2obj %s > %t # RUN: llvm-objdump -f %t | FileCheck %s -DFILE=%t # RUN: llvm-objdump -file-headers %t | FileCheck %s -DFILE=%t !COFF header: !Header Machine: IMAGE_FILE_MACHINE_I386 # (0x14c) Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ] sections: symbols: # CHECK: [[FILE]]: file format COFF-i386 # CHECK: architecture: i386 # CHECK: start address: 0x00000000 |