CFAPlusOffset enum value | llvm::dwarf::UnwindLocation | |
Constant enum value | llvm::dwarf::UnwindLocation | |
createAtCFAPlusOffset(int32_t Off) | llvm::dwarf::UnwindLocation | static |
createAtDWARFExpression(DWARFExpression Expr) | llvm::dwarf::UnwindLocation | static |
createAtRegisterPlusOffset(uint32_t Reg, int32_t Off, std::optional< uint32_t > AddrSpace=std::nullopt) | llvm::dwarf::UnwindLocation | static |
createIsCFAPlusOffset(int32_t Off) | llvm::dwarf::UnwindLocation | static |
createIsConstant(int32_t Value) | llvm::dwarf::UnwindLocation | static |
createIsDWARFExpression(DWARFExpression Expr) | llvm::dwarf::UnwindLocation | static |
createIsRegisterPlusOffset(uint32_t Reg, int32_t Off, std::optional< uint32_t > AddrSpace=std::nullopt) | llvm::dwarf::UnwindLocation | static |
createSame() | llvm::dwarf::UnwindLocation | static |
createUndefined() | llvm::dwarf::UnwindLocation | static |
createUnspecified() | llvm::dwarf::UnwindLocation | static |
dump(raw_ostream &OS, DIDumpOptions DumpOpts) const | llvm::dwarf::UnwindLocation | |
DWARFExpr enum value | llvm::dwarf::UnwindLocation | |
getAddressSpace() const | llvm::dwarf::UnwindLocation | inline |
getConstant() const | llvm::dwarf::UnwindLocation | inline |
getDWARFExpressionBytes() const | llvm::dwarf::UnwindLocation | inline |
getLocation() const | llvm::dwarf::UnwindLocation | inline |
getOffset() const | llvm::dwarf::UnwindLocation | inline |
getRegister() const | llvm::dwarf::UnwindLocation | inline |
Location enum name | llvm::dwarf::UnwindLocation | |
operator==(const UnwindLocation &RHS) const | llvm::dwarf::UnwindLocation | |
RegPlusOffset enum value | llvm::dwarf::UnwindLocation | |
Same enum value | llvm::dwarf::UnwindLocation | |
setConstant(int32_t Value) | llvm::dwarf::UnwindLocation | inline |
setOffset(int32_t NewOffset) | llvm::dwarf::UnwindLocation | inline |
setRegister(uint32_t NewRegNum) | llvm::dwarf::UnwindLocation | inline |
Undefined enum value | llvm::dwarf::UnwindLocation | |
Unspecified enum value | llvm::dwarf::UnwindLocation | |