| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind_AIXExtras.cpp | 20 char *getFuncNameFromTBTable(uintptr_t Pc, uint16_t &NameLen, in getFuncNameFromTBTable() argument 22 uint32_t *p = reinterpret_cast<uint32_t *>(Pc); in getFuncNameFromTBTable() 46 *Offset = Pc - StartIp; in getFuncNameFromTBTable()
|
| H A D | UnwindCursor.hpp | 647 _msContext.Pc = r.getRegister(UNW_ARM_IP); in UnwindCursor() 660 _msContext.Pc = r.getRegister(UNW_REG_IP); in UnwindCursor() 734 case UNW_ARM_IP: return _msContext.Pc; in getReg() 737 case UNW_REG_IP: return _msContext.Pc; in getReg() 784 case UNW_ARM_IP: _msContext.Pc = value; break; in setReg() 787 case UNW_REG_IP: _msContext.Pc = value; break; in setReg()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cpp | 63 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm/ |
| H A D | RegisterContextWindows_arm.cpp | 160 reg_value.SetUInt32(m_context.Pc); in ReadRegister() 325 m_context.Pc = reg_value.GetAsUInt32(); in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/ |
| H A D | RegisterContextWindows_arm64.cpp | 171 reg_value.SetUInt64(m_context.Pc); in ReadRegister() 385 m_context.Pc = reg_value.GetAsUInt64(); in WriteRegister()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_sve.td | 515 defm SVLD2 : StructLoad<"svld2[_{2}]", "2Pc", "aarch64_sve_ld2">; 516 defm SVLD3 : StructLoad<"svld3[_{2}]", "3Pc", "aarch64_sve_ld3">; 517 defm SVLD4 : StructLoad<"svld4[_{2}]", "4Pc", "aarch64_sve_ld4">; 1271 def SVDUPQ_B8 : SInst<"svdupq[_n]_{d}", "Pssssssssssssssss", "Pc", MergeNone>; 1281 def SVAND_B_Z : SInst<"svand[_b]_z", "PPPP", "Pc", MergeNone, "aarch64_sve_and_z">; 1282 def SVBIC_B_Z : SInst<"svbic[_b]_z", "PPPP", "Pc", MergeNone, "aarch64_sve_bic_z">; 1291 def SVBRKA : SInst<"svbrka[_b]_m", "PPPP", "Pc", MergeNone, "aarch64_sve_brka">; 1293 def SVBRKB : SInst<"svbrkb[_b]_m", "PPPP", "Pc", MergeNone, "aarch64_sve_brkb">; 1312 def SVRDFFR : SInst<"svrdffr", "Pv", "Pc", MergeNone, "", [IsOverloadNone]>; 1313 def SVRDFFR_Z : SInst<"svrdffr_z", "PP", "Pc", MergeNone, "", [IsOverloadNone]>; [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_arm.cpp | 209 reg_value.SetUInt32(tls_context.Pc); in GPRRead() 277 tls_context.Pc = reg_value.GetAsUInt32(); in GPRWrite()
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 220 reg_value.SetUInt64(tls_context.Pc); in GPRRead() 317 tls_context.Pc = reg_value.GetAsUInt64(); in GPRWrite()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 546 StackFrame.AddrPC.Offset = Context.Pc; 550 StackFrame.AddrPC.Offset = Context.Pc;
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | simple.ll | 688 %Pc = load i8*, i8** %0, align 8 691 call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 4 %Pc, i8* nonnull align 4 %Ac, i64 4, i1 true)
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 2610 static int SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset, in SymbolizerGetOpInfo() argument 2641 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() 2715 uint64_t seg_offset = Pc + Offset; in SymbolizerGetOpInfo() 2741 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo() 2753 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() 2779 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo() 2819 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() 2956 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo()
|