reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 | RUN: llvm-nm -f sysv %p/Inputs/hello.obj.elf-i386 | FileCheck %s --strict-whitespace CHECK: Name Value Class Type Size Line Section CHECK: .L.str |00000000| r | OBJECT|0000000f| |.rodata.str1.1 CHECK: main |00000000| T | FUNC|00000015| |.text CHECK: puts | | U | NOTYPE| | |*UND* |