Home
last modified time | relevance | path

Searched refs:SetRegisterKind (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h111 void SetRegisterKind(lldb::RegisterKind reg_kind);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp179 result.SetRegisterKind(register_kind); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp742 unwind_plan.SetRegisterKind(eRegisterKindEHFrame); in CreateUnwindPlan_x86_64()
1009 unwind_plan.SetRegisterKind(eRegisterKindEHFrame); in CreateUnwindPlan_i386()
1301 unwind_plan.SetRegisterKind(eRegisterKindEHFrame); in CreateUnwindPlan_arm64()
1429 unwind_plan.SetRegisterKind(eRegisterKindEHFrame); in CreateUnwindPlan_armv7()
H A DArmUnwindInfo.cpp347 unwind_plan.SetRegisterKind(eRegisterKindDWARF); in GetUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp127 result.SetRegisterKind(register_kind); in MakeLocationExpressionInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp119 unwind_plan.SetRegisterKind(eRegisterKindLLDB); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h462 void SetRegisterKind(lldb::RegisterKind kind) { m_register_kind = kind; } in SetRegisterKind() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1643 dwarfexpr.GetMutableExpressionAtAddress()->SetRegisterKind(abs_regkind); in SavedLocationForRegister()
2027 dwarfexpr.GetMutableExpressionAtAddress()->SetRegisterKind( in ReadFrameAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp441 unwind_plan.SetRegisterKind(eRegisterKindLLDB); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp922 unwind_plan.SetRegisterKind(eRegisterKindLLDB); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp859 result.SetRegisterKind(eRegisterKindDWARF); in CreateDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp90 void DWARFExpression::SetRegisterKind(RegisterKind reg_kind) { in SetRegisterKind() function in DWARFExpression
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1018 unwind_plan.SetRegisterKind(eRegisterKindDWARF); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1129 unwind_plan.SetRegisterKind(eRegisterKindDWARF); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14459 unwind_plan.SetRegisterKind(eRegisterKindDWARF); in CreateFunctionEntryUnwind()