Searched refs:getCFAValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 228 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create() 245 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create() 731 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows() 732 Row.getCFAValue() = in parseRows() 735 Row.getCFAValue().setRegister(*RegNum); in parseRows() 744 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows() 750 Row.getCFAValue().setOffset(*Offset); in parseRows() 762 Row.getCFAValue() = in parseRows() 779 Row.getCFAValue() = UnwindLocation::createIsRegisterPlusOffset( in parseRows() 785 Row.getCFAValue() = in parseRows()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrameTest.cpp | 752 EXPECT_EQ(Rows[0].getCFAValue(), in TEST() 1520 Rows[0].getCFAValue(), in TEST() 1527 Rows[1].getCFAValue(), in TEST() 1534 Rows[2].getCFAValue(), in TEST() 1541 Rows[3].getCFAValue(), in TEST() 1548 Rows[4].getCFAValue(), in TEST() 1617 EXPECT_EQ(Rows[0].getCFAValue(), in TEST() 1624 EXPECT_EQ(Rows[1].getCFAValue(), in TEST() 1631 EXPECT_EQ(Rows[2].getCFAValue(), in TEST() 1638 EXPECT_EQ(Rows[3].getCFAValue(), in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 285 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function 286 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function
|