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 10 11 12 13 14 15 16 17 18 19 20 21 | @ RUN: llvm-mc -triple thumbv6-eabi -filetype obj -o - %s | llvm-readobj -r - \ @ RUN: | FileCheck %s .syntax unified .extern h .section .text.uncond b h @CHECK: Section {{.*}} .rel.text.uncond { @CHECK: 0x0 R_ARM_THM_JUMP11 @CHECK: } .section .text.cond ble h @CHECK: Section {{.*}} .rel.text.cond { @CHECK: 0x0 R_ARM_THM_JUMP8 @CHECK: } |