ΒΆstd::pair<uint16_t, uint32_t> SavedRegisterMask(
    const llvm::ARM::WinEH::RuntimeFunction& RF,
    bool Prologue = true)

Description

SavedRegisterMask - Utility function to calculate the set of saved general purpose (r0-r15) and VFP (d0-d31) registers.

Declared at: llvm/include/llvm/Support/ARMWinEH.h:208

Parameters

const llvm::ARM::WinEH::RuntimeFunction& RF
bool Prologue = true