Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp43 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 UnwindLocation
67 UnwindLocation
73 UnwindLocation UnwindLocation::createIsDWARFExpression(DWARFExpression Expr) { in createIsDWARFExpression()
77 UnwindLocation UnwindLocation::createAtDWARFExpression(DWARFExpression Expr) { in createAtDWARFExpression()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h36 class UnwindLocation {
79 UnwindLocation(Location K) in UnwindLocation() function
83 UnwindLocation(Location K, uint32_t Reg, int32_t Off, in UnwindLocation() function
87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() function
95 static UnwindLocation createUnspecified();
98 static UnwindLocation createUndefined();
100 static UnwindLocation createSame();
118 static UnwindLocation
121 static UnwindLocation
169 bool operator==(const UnwindLocation &RHS) const;
[all …]