Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A 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
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h114 nub_addr_t *nextPC,
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1475 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection() local
1582 _info.end_ip = nextPC; in getInfoFromEHABISection()