Searched refs:DebugLocationEntry (Results 1 – 4 of 4) sorted by relevance
554 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()559 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()573 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()585 InputLL.emplace_back(DebugLocationEntry{ in updateUnitDebugInfo()
99 struct DebugLocationEntry { struct105 using DebugLocationsVector = SmallVector<DebugLocationEntry, 4>; argument
523 for (const DebugLocationEntry &Entry : LocList) { in addList()572 for (const DebugLocationEntry &Entry : LocList) { in writeLegacyLocList()613 for (const DebugLocationEntry &Entry : LocList) { in writeDWARF5LocList()
4317 for (const DebugLocationEntry &Entry : InputLL) { in translateInputToOutputLocationList()4355 OutputLL.emplace_back(DebugLocationEntry{ in translateInputToOutputLocationList()4369 OutputLL, [](const DebugLocationEntry &A, const DebugLocationEntry &B) { in translateInputToOutputLocationList()4375 for (const DebugLocationEntry &Entry : OutputLL) { in translateInputToOutputLocationList()4381 MergedLL.emplace_back(DebugLocationEntry{Begin, End, Entry.Expr}); in translateInputToOutputLocationList()