Lines Matching refs:LocList
511 void DebugLocWriter::addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in addList() argument
515 if (LocList.empty()) { in addList()
523 for (const DebugLocationEntry &Entry : LocList) { in addList()
560 static void writeLegacyLocList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in writeLegacyLocList() argument
566 if (LocList.empty()) { in writeLegacyLocList()
572 for (const DebugLocationEntry &Entry : LocList) { in writeLegacyLocList()
594 uint32_t &NumberOfEntries, AttrInfo &AttrVal, DebugLocationsVector &LocList, in writeDWARF5LocList() argument
607 if (LocList.empty()) { in writeDWARF5LocList()
613 for (const DebugLocationEntry &Entry : LocList) { in writeDWARF5LocList()
630 DebugLocationsVector &LocList, in addList() argument
634 writeLegacyLocList(AttrVal, LocList, DebugInfoPatcher, *AddrWriter, in addList()
637 writeDWARF5LocList(NumberOfEntries, AttrVal, LocList, DebugInfoPatcher, in addList()