Searched refs:UNW_SPARC_I7 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h832 UNW_SPARC_I7 = 31, enumerator in enum:__anon3732
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp3390 if (regNum <= UNW_SPARC_I7)
3396 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3410 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3513 case UNW_SPARC_I7:
H A DDwarfParser.hpp705 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) {

Completed in 236 milliseconds