mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Document DIExpression.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d8b891500
commit
b74553f910
@ -850,7 +850,13 @@ public:
|
||||
void printExtendedName(raw_ostream &OS) const;
|
||||
};
|
||||
|
||||
/// \brief A complex location expression.
|
||||
/// \brief A complex location expression in postfix notation.
|
||||
///
|
||||
/// This is (almost) a DWARF expression that modifies the location of a
|
||||
/// variable or (or the location of a single piece of a variable).
|
||||
///
|
||||
/// FIXME: Instead of DW_OP_plus taking an argument, this should use DW_OP_const
|
||||
/// and have DW_OP_plus consume the topmost elements on the stack.
|
||||
class DIExpression : public DIDescriptor {
|
||||
friend class DIDescriptor;
|
||||
void printInternal(raw_ostream &OS) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user