Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp355 expectDumpResult(dwarf::UnwindLocation::createSame(), "same"); in TEST()
404 Locs.setRegisterLocation(12, dwarf::UnwindLocation::createSame()); in TEST()
417 auto Reg14Loc = dwarf::UnwindLocation::createSame(); in TEST()
1298 VerifyLocs.setRegisterLocation(Reg1, dwarf::UnwindLocation::createSame()); in TEST()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp49 UnwindLocation UnwindLocation::createSame() { return {Same}; } in createSame() function in UnwindLocation
677 *RegNum, UnwindLocation::createSame()); in parseRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h100 static UnwindLocation createSame();