Searched refs:UnwindLocation (Results 1 – 2 of 2) sorted by relevance
36 class UnwindLocation {79 UnwindLocation(Location K) in UnwindLocation() function83 UnwindLocation(Location K, uint32_t Reg, int32_t Off, in UnwindLocation() function87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() function95 static UnwindLocation createUnspecified();98 static UnwindLocation createUndefined();100 static UnwindLocation createSame();108 static UnwindLocation createIsCFAPlusOffset(int32_t Off);109 static UnwindLocation createAtCFAPlusOffset(int32_t Off);118 static UnwindLocation[all …]
43 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified()45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined()47 UnwindLocation UnwindLocation::createSame() { return {Same}; } in createSame()49 UnwindLocation UnwindLocation::createIsConstant(int32_t Value) { in createIsConstant()53 UnwindLocation UnwindLocation::createIsCFAPlusOffset(int32_t Offset) { in createIsCFAPlusOffset()57 UnwindLocation UnwindLocation::createAtCFAPlusOffset(int32_t Offset) { in createAtCFAPlusOffset()61 UnwindLocation62 UnwindLocation::createIsRegisterPlusOffset(uint32_t RegNum, int32_t Offset, in createIsRegisterPlusOffset()67 UnwindLocation68 UnwindLocation::createAtRegisterPlusOffset(uint32_t RegNum, int32_t Offset, in createAtRegisterPlusOffset()[all …]