Refactor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2011-04-05 21:08:24 +00:00
parent 4359e5eccf
commit b4c2bc2543
2 changed files with 21 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ class DIEAbbrev;
class DIE;
class DIEBlock;
class DIEEntry;
class DIArray;
class DIEnumerator;
class DIDescriptor;
class DIVariable;
@@ -320,6 +320,9 @@ private:
/// addConstantFPValue - Add constant value entry in variable DIE.
bool addConstantFPValue(DIE *Die, const MachineOperand &MO);
/// addTemplateParams - Add template parameters in buffer.
void addTemplateParams(DIE &Buffer, DIArray TParams);
/// addComplexAddress - Start with the address based on the location provided,
/// and generate the DWARF information necessary to find the actual variable
/// (navigating the extra location information encoded in the type) based on