Searched refs:LocList (Results 1 – 4 of 4) sorted by relevance
126 const auto &LocList = Rec->getLoc(); in printDefms() local127 if (LocList.size() < 2) in printDefms()131 for (unsigned I = LocList.size() - 1; I >= 1; --I) { in printDefms()132 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(LocList[I])); in printDefms()
230 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument234 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
81 void hashLocList(const DIELocList &LocList);
42 HANDLE_DIEVALUE_SMALL(LocList)