Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h34 class UnwindLocation {
74 UnwindLocation(Location K) in UnwindLocation() function
77 UnwindLocation(Location K, uint32_t Reg, int32_t Off, bool Deref) in UnwindLocation() function
80 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() function
88 static UnwindLocation createUnspecified();
91 static UnwindLocation createUndefined();
93 static UnwindLocation createSame();
101 static UnwindLocation createIsCFAPlusOffset(int32_t Off);
102 static UnwindLocation createAtCFAPlusOffset(int32_t Off);
110 static UnwindLocation createIsRegisterPlusOffset(uint32_t Reg, int32_t Off);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified()
47 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined()
49 UnwindLocation UnwindLocation::createSame() { return {Same}; } in createSame()
51 UnwindLocation UnwindLocation::createIsConstant(int32_t Value) { in createIsConstant()
55 UnwindLocation UnwindLocation::createIsCFAPlusOffset(int32_t Offset) { in createIsCFAPlusOffset()
59 UnwindLocation UnwindLocation::createAtCFAPlusOffset(int32_t Offset) { in createAtCFAPlusOffset()
63 UnwindLocation UnwindLocation::createIsRegisterPlusOffset(uint32_t RegNum, in createIsRegisterPlusOffset()
67 UnwindLocation UnwindLocation::createAtRegisterPlusOffset(uint32_t RegNum, in createAtRegisterPlusOffset()
72 UnwindLocation UnwindLocation::createIsDWARFExpression(DWARFExpression Expr) { in createIsDWARFExpression()
76 UnwindLocation UnwindLocation::createAtDWARFExpression(DWARFExpression Expr) { in createAtDWARFExpression()
[all …]