Lines Matching refs:objdump
7 # RUN: llvm-objdump --syms %t/basic > %t/objdump
8 # RUN: llvm-objdump --macho --function-starts %t/basic >> %t/objdump
9 # RUN: FileCheck %s --check-prefix=BASIC < %t/objdump
22 # RUN: llvm-objdump --syms %t/alias > %t/objdump
23 # RUN: llvm-objdump --macho --function-starts %t/alias >> %t/objdump
24 # RUN: FileCheck %s --check-prefix=ALIAS < %t/objdump
35 # RUN: llvm-objdump --macho --function-starts %t/basic-no-function-starts | FileCheck %s --check-pr…
40 # RUN: llvm-objdump --syms %t/basic > %t/objdump
41 # RUN: llvm-objdump --macho --function-starts %t/basic >> %t/objdump
42 # RUN: FileCheck %s --check-prefix=BASIC < %t/objdump
46 # RUN: llvm-objdump --syms %t/local > %t/objdump
47 # RUN: llvm-objdump --macho --function-starts %t/local >> %t/objdump
48 # RUN: FileCheck %s --check-prefix=LOCAL < %t/objdump