Home
last modified time | relevance | path

Searched refs:nextPC (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_ARM_PIC_relocations.s11 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
13 movw r0, :lower16:(foo$non_lazy_ptr-(nextPC+8))
15 # rtdyld-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
17 movt r0, :upper16:(foo$non_lazy_ptr-(nextPC+8))
18 nextPC: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DMachO_ARM_PIC_relocations.s10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
12 movw r0, :lower16:(foo$non_lazy_ptr-(nextPC+8))
14 # rtdyld-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
16 movt r0, :upper16:(foo$non_lazy_ptr-(nextPC+8))
17 nextPC: label
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h115 nub_addr_t *nextPC,
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1364 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection() local
1471 _info.end_ip = nextPC; in getInfoFromEHABISection()