Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp366 dwarf::UnwindLocation::createIsRegisterPlusOffset(RegNum, PlusOff), in TEST()
369 dwarf::UnwindLocation::createIsRegisterPlusOffset(RegNum, MinusOff), in TEST()
753 dwarf::UnwindLocation::createIsRegisterPlusOffset(CFAReg, 0)); in TEST()
816 Reg, dwarf::UnwindLocation::createIsRegisterPlusOffset(InReg, 0)); in TEST()
891 Reg, dwarf::UnwindLocation::createIsRegisterPlusOffset(InReg, 0)); in TEST()
954 Reg, dwarf::UnwindLocation::createIsRegisterPlusOffset(InReg, 0)); in TEST()
1344 Reg, dwarf::UnwindLocation::createIsRegisterPlusOffset(InReg, 0)); in TEST()
1511 Reg, dwarf::UnwindLocation::createIsRegisterPlusOffset(InReg, 0)); in TEST()
1521 dwarf::UnwindLocation::createIsRegisterPlusOffset(CFAReg1, CFAOff1)); in TEST()
1528 dwarf::UnwindLocation::createIsRegisterPlusOffset(CFAReg2, CFAOff1)); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp64 UnwindLocation::createIsRegisterPlusOffset(uint32_t RegNum, int32_t Offset, in createIsRegisterPlusOffset() function in UnwindLocation
692 *RegNum, UnwindLocation::createIsRegisterPlusOffset(*NewRegNum, 0)); in parseRows()
733 UnwindLocation::createIsRegisterPlusOffset(*RegNum, 0); in parseRows()
763 UnwindLocation::createIsRegisterPlusOffset(*RegNum, *Offset); in parseRows()
779 Row.getCFAValue() = UnwindLocation::createIsRegisterPlusOffset( in parseRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h119 createIsRegisterPlusOffset(uint32_t Reg, int32_t Off,