Searched refs:LocList (Results 1 – 7 of 7) sorted by relevance
42 HANDLE_DIEVALUE_SMALL(LocList)
82 void hashLocList(const DIELocList &LocList);
224 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument228 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
131 void hashLocList(const DIELocList &LocList);
272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument276 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
435 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute() local436 for (const auto &Entry : LocList->Entries) in verifyDebugInfoAttribute()1173 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable() local1175 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()