Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DCompactUnwinder.hpp44 static void framelessUnwind(A &addressSpace,
232 framelessUnwind(addressSpace, savedRegisters, registers); in stepWithCompactEncodingFrameless()
250 void CompactUnwinder_x86<A>::framelessUnwind( in framelessUnwind() function in libunwind::CompactUnwinder_x86
276 static void framelessUnwind(A &addressSpace, uint64_t returnAddressLocation,
463 framelessUnwind(addressSpace, savedRegisters, registers); in stepWithCompactEncodingFrameless()
481 void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace, in framelessUnwind() function in libunwind::CompactUnwinder_x86_64
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll17 ; CHECK-LABEL: framelessUnwind:
44 define i32 @framelessUnwind(i32 %a, i32 %b) #0 {