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-objdump -d -m -no-show-raw-insn -full-leading-addr -print-imm-hex %p/Inputs/kextbundle.macho-x86_64 | FileCheck %s CHECK: (__TEXT,__text) section CHECK: _foo: CHECK: 0000000000000fb0 pushq %rbp CHECK: 0000000000000fb1 movq %rsp, %rbp CHECK: 0000000000000fb4 callq _bar CHECK: 0000000000000fb9 popq %rbp CHECK: 0000000000000fba retq |