/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/ |
D | ELF_x86-64_relocations.s | 24 # jitlink-check: decode_operand(test_pcrel32, 4) = named_data - next_pc(test_pcrel32) 44 # jitlink-check: decode_operand(test_call_local, 0) = named_func - next_pc(test_call_local) 58 # jitlink-check: decode_operand(test_call_extern, 0) = extern_in_range32 - next_pc(test_call_extern) 73 # jitlink-check: stub_addr(elf_reloc.o, extern_out_of_range32) - next_pc(test_call_extern_plt) 85 # jitlink-check: decode_operand(test_gotpcrel, 4) = got_addr(elf_reloc.o, named_data) - next_pc(tes… 99 # jitlink-check: got_addr(elf_reloc.o, external_data) - next_pc(test_rex_gotpcrelx)
|
D | MachO_x86-64_relocations.s | 30 # jitlink-check: decode_operand(test_local_call, 0) = named_func - next_pc(test_local_call) 46 # jitlink-check: decode_operand(test_gotld, 4) = got_addr(macho_reloc.o, external_data) - next_pc(t… 58 # jitlink-check: decode_operand(test_gotcmpq, 3) = got_addr(macho_reloc.o, external_data) - next_pc… 68 …erand(test_external_call, 0) = stub_addr(macho_reloc.o, external_func) - next_pc(test_external_cal… 89 # jitlink-check: decode_operand(signed, 4) = named_data - next_pc(signed) 94 # jitlink-check: decode_operand(signed1, 3) = named_data - next_pc(signed1) 99 # jitlink-check: decode_operand(signed2, 3) = named_data - next_pc(signed2) 104 # jitlink-check: decode_operand(signed4, 3) = named_data - next_pc(signed4) 109 # jitlink-check: decode_operand(signedanon, 4) = section_addr(macho_reloc.o, __data) - next_pc(sign… 114 # jitlink-check: decode_operand(signed1anon, 3) = section_addr(macho_reloc.o, __data) - next_pc(sig… [all …]
|
D | MachO_GOTAndStubsOptimization.s | 20 # jitlink-check: decode_operand(bypass_got, 4) = _x - next_pc(bypass_got) 21 # jitlink-check: decode_operand(bypass_stub, 0) = bypass_got - next_pc(bypass_stub)
|
D | ELF_x86-64_common.s | 15 # jitlink-check: got_addr(elf_common.o, common_data) - next_pc(load_common)
|
/external/llvm-project/lldb/examples/python/ |
D | diagnose_unwind.py | 102 next_pc = 0 109 next_pc = process.ReadPointerFromMemory( 112 next_pc = 0 117 if target.triple[0:3] == "arm" and (next_pc & 1) == 1: 118 next_pc = next_pc & ~1 119 cur_pc = next_pc
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 19 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2) 27 # rtdyld-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o, __text, y) - next_pc(insn3)
|
D | ELF_x86-64_PIC-small-relocations.s | 13 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
|
D | COFF_x86_64.s | 23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
|
D | MachO_i386_DynNoPIC_relocations.s | 21 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 15 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 20 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2) 29 # rtdyld-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o/__text, y) - next_pc(insn3)
|
D | COFF_x86_64.s | 27 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1) 42 # rtdyld-check: next_pc(call_to_dllimport) 57 # rtdyld-check: next_pc(load_from_dllimport)
|
D | ELF_x86-64_PIC-small-relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
|
D | MachO_i386_DynNoPIC_relocations.s | 22 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_O32R6_relocations.s | 31 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 36 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
D | ELF_N64R6_relocations.s | 36 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 41 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N64R6_relocations.s | 35 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 40 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
D | ELF_O32R6_relocations.s | 30 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 35 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 974 lldb::addr_t next_pc; in SetupSoftwareSingleStepping() local 979 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping() 990 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping() 1002 error = SetSoftwareBreakpoint(next_pc, 2); in SetupSoftwareSingleStepping() 1005 error = SetSoftwareBreakpoint(next_pc, 4); in SetupSoftwareSingleStepping() 1008 error = SetSoftwareBreakpoint(next_pc, 4); in SetupSoftwareSingleStepping() 1011 error = SetSoftwareBreakpoint(next_pc, 0); in SetupSoftwareSingleStepping() 1021 m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc}); in SetupSoftwareSingleStepping()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 1059 lldb::addr_t next_pc; in SetupSoftwareSingleStepping() local 1063 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping() 1069 next_pc = in SetupSoftwareSingleStepping() 1078 SetSoftwareSingleStepBreakpoint(tid, next_pc); in SetupSoftwareSingleStepping()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 109 thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);
|