Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp426 OptionalLoc = Locs.getRegisterLocation(0); in TEST()
429 OptionalLoc = Locs.getRegisterLocation(12); in TEST()
433 OptionalLoc = Locs.getRegisterLocation(13); in TEST()
437 OptionalLoc = Locs.getRegisterLocation(14); in TEST()
443 EXPECT_FALSE(Locs.getRegisterLocation(13).has_value()); in TEST()
447 EXPECT_FALSE(Locs.getRegisterLocation(14).has_value()); in TEST()
451 EXPECT_FALSE(Locs.getRegisterLocation(12).has_value()); in TEST()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp574 InitialLocs->getRegisterLocation(*RegNum)) in parseRows()
623 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h190 Optional<UnwindLocation> getRegisterLocation(uint32_t RegNum) const { in getRegisterLocation() function