Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DbgVariable

74   /// \brief Construct a DIE for the given DbgVariable without initializing the
75 /// DbgVariable's DIE reference.
76 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
167 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
168 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
170 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
224 /// Add DW_AT_location attribute for a DbgVariable based on provided
226 void addVariableAddress(const DbgVariable &DV, DIE &Die,
236 void addComplexAddress(const DbgVariable &DV, DIE &Die,
242 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);