Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DbgVariable

65   /// \brief Construct a DIE for the given DbgVariable without initializing the
66 /// DbgVariable's DIE reference.
67 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
147 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
148 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
150 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
202 /// Add DW_AT_location attribute for a DbgVariable based on provided
204 void addVariableAddress(const DbgVariable &DV, DIE &Die,
214 void addComplexAddress(const DbgVariable &DV, DIE &Die,
220 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);