Searched refs:LocList (Results 1 – 4 of 4) 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()
515 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute() local516 for (const auto &Entry : LocList->Entries) in verifyDebugInfoAttribute()1324 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable() local1326 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()