Home
last modified time | relevance | path

Searched refs:DwarfInstructions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp32 class DwarfInstructions { class
93 typename A::pint_t DwarfInstructions<A, R>::getSavedRegister( in getSavedRegister()
124 double DwarfInstructions<A, R>::getSavedFloatRegister( in getSavedFloatRegister()
150 v128 DwarfInstructions<A, R>::getSavedVectorRegister( in getSavedVectorRegister()
174 bool DwarfInstructions<A, R>::isReturnAddressSigned(A &addressSpace, in isReturnAddressSigned()
189 bool DwarfInstructions<A, R>::isReturnAddressSignedWithPC(A &addressSpace, in isReturnAddressSignedWithPC()
206 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, in stepWithDwarf()
408 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
H A DUnwindCursor.hpp1053 return DwarfInstructions<A, R>::stepWithDwarf( in stepWithDwarfFDE()