Searched refs:getNumAddrElements (Results 1 – 6 of 6) sorted by relevance
182 unsigned getNumAddrElements() const { in getNumAddrElements() function184 return Var.getNumAddrElements(); in getNumAddrElements()
407 unsigned N = DV->getNumAddrElements(); in addComplexAddress()
2338 unsigned N = DV.getNumAddrElements(); in emitDebugLoc()
591 return getNumAddrElements() > 0; in hasComplexAddress()594 unsigned getNumAddrElements() const;
949 for (unsigned i = 0, n = DIVar.getNumAddrElements(); i < n; ++i) { in replaceDbgDeclareForAlloca()
162 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements() function in DIVariable