Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DbgVariable

469 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
470 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) {
476 DIE *DwarfCompileUnit::constructVariableDIEImpl(const DbgVariable &DV,
538 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV,
552 for (DbgVariable *DV : DU->getScopeVariables().lookup(Scope))
699 DbgVariable NewVar(DV, /* IA */ nullptr, DD);
735 /// DbgVariable based on provided MachineLocation.
736 void DwarfCompileUnit::addVariableAddress(const DbgVariable &DV, DIE &Die,
766 /// address information encoded in the DbgVariable, starting from the starting
768 void DwarfCompileUnit::addComplexAddress(const DbgVariable &DV, DIE &Die,
797 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var,