Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Variable

88   // The variable to which this location entry corresponds.
89 const MDNode *Variable;
95 DotDebugLocEntry() : Begin(0), End(0), Variable(0), Merged(false) {
100 : Begin(B), End(E), Loc(L), Variable(V), Merged(false) {
105 : Begin(B), End(E), Variable(0), Merged(false) {
110 : Begin(B), End(E), Variable(0), Merged(false) {
116 : Begin(B), End(E), Variable(0), Merged(false) {
138 const MDNode *getVariable() const { return Variable; }
145 /// \brief This class is used to track local variable information.
147 DIVariable Var; // Variable Descriptor.
148 DIE *TheDIE; // Variable DIE.
150 DbgVariable *AbsVar; // Corresponding Abstract variable, if any.
151 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable.
379 // Every user variable mentioned by a DBG_VALUE instruction in order of
383 // For each user variable, keep a list of DBG_VALUE instructions in order.
461 /// \brief Find abstract variable associated with Var.
610 /// \brief Collect variable information from the side table maintained