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 | # RUN: llvm-nm -B %S/Inputs/example.lib | FileCheck --match-full-lines %s CHECK: 00000000 I __IMPORT_DESCRIPTOR_example CHECK: 00000000 I __NULL_IMPORT_DESCRIPTOR CHECK: 00000000 R __imp__constant CHECK: 00000000 R _constant CHECK: 00000000 D __imp__data CHECK: 00000000 T __imp__function CHECK: 00000000 T _function |