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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h832 UNW_SPARC_I7 = 31, enumerator in enum:__anon2633
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp3401 if (regNum <= UNW_SPARC_I7)
3407 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3421 if ((UNW_SPARC_G0 <= regNum) && (regNum <= UNW_SPARC_I7)) {
3524 case UNW_SPARC_I7:
H A DDwarfParser.hpp752 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) {

Completed in 59 milliseconds