forked from OSchip/llvm-project
parent
87d4a00e9e
commit
1c70b6795b
|
@ -519,8 +519,8 @@ void Unit::addAddress(DIE *Die, dwarf::Attribute Attribute,
|
||||||
|
|
||||||
/// addComplexAddress - Start with the address based on the location provided,
|
/// addComplexAddress - Start with the address based on the location provided,
|
||||||
/// and generate the DWARF information necessary to find the actual variable
|
/// and generate the DWARF information necessary to find the actual variable
|
||||||
/// given the extra address information encoded in the DIVariable, starting from
|
/// given the extra address information encoded in the DbgVariable, starting
|
||||||
/// the starting location. Add the DWARF information to the die.
|
/// from the starting location. Add the DWARF information to the die.
|
||||||
///
|
///
|
||||||
void Unit::addComplexAddress(const DbgVariable &DV, DIE *Die,
|
void Unit::addComplexAddress(const DbgVariable &DV, DIE *Die,
|
||||||
dwarf::Attribute Attribute,
|
dwarf::Attribute Attribute,
|
||||||
|
|
Loading…
Reference in New Issue