reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 | // RUN: llvm-mc -triple arm64_32-apple-watchos %s -filetype=obj -o %t // RUN: llvm-objdump -macho -d %t | FileCheck %s // RUN: llvm-objdump -macho -private-headers %t | FileCheck %s --check-prefix=CHECK-HEADERS // CHECK: ldr x0, [x2] ldr x0, [x2] // CHECK-HEADERS: MH_MAGIC ARM64_32 V8 |