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

/barrelfish-master/lib/cxx/unwind/
H A DDwarfInstructions.hpp160 R::getArch(), &prolog)) {
205 if ((R::getArch() == REGISTERS_ARM64) &&
226 if (R::getArch() == REGISTERS_SPARC) {
244 if (R::getArch() == REGISTERS_PPC64 && returnAddress != 0) {
H A DRegisters.hpp59 static int getArch() { return REGISTERS_X86; } function in class:libunwind::Registers_x86
266 static int getArch() { return REGISTERS_X86_64; } function in class:libunwind::Registers_x86_64
580 static int getArch() { return REGISTERS_PPC; } function in class:libunwind::Registers_ppc
1146 static int getArch() { return REGISTERS_PPC64; } function in class:libunwind::Registers_ppc64
1789 static int getArch() { return REGISTERS_ARM64; } function in class:libunwind::Registers_arm64
2069 static int getArch() { return REGISTERS_ARM; } function in class:libunwind::Registers_arm
2547 static int getArch() { return REGISTERS_OR1K; } function in class:libunwind::Registers_or1k
2744 static int getArch() { return REGISTERS_MIPS_O32; } function in class:libunwind::Registers_mips_o32
3066 static int getArch() { return REGISTERS_MIPS_NEWABI; } function in class:libunwind::Registers_mips_newabi
3356 static int getArch() { retur function in class:libunwind::Registers_sparc
[all...]
H A DUnwindCursor.hpp1491 R::getArch(), &prolog)) {
1906 pc, R::getArch(), &prolog)) {
1936 pc, R::getArch(), &prolog)) {

Completed in 21 milliseconds