Home
last modified time | relevance | path

Searched refs:AbsVar (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h129 DbgVariable *AbsVar; // Corresponding Abstract variable, if any. variable
135 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0), in DbgVariable()
145 DbgVariable *getAbstractVariable() const { return AbsVar; } in getAbstractVariable()
DDwarfCompileUnit.cpp1495 DbgVariable *AbsVar = DV->getAbstractVariable(); in constructVariableDIE() local
1496 DIE *AbsDIE = AbsVar ? AbsVar->getDIE() : NULL; in constructVariableDIE()
DDwarfDebug.cpp1151 DbgVariable *AbsVar = findAbstractVariable(DV, MInsn->getDebugLoc()); in collectVariableInfo() local
1152 DbgVariable *RegVar = new DbgVariable(DV, AbsVar); in collectVariableInfo()
1155 if (AbsVar) in collectVariableInfo()
1156 AbsVar->setMInsn(MInsn); in collectVariableInfo()