Home
last modified time | relevance | path

Searched refs:DebugLocationEntry (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp554 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()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h99 struct DebugLocationEntry { struct
105 using DebugLocationsVector = SmallVector<DebugLocationEntry, 4>; argument
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp523 for (const DebugLocationEntry &Entry : LocList) { in addList()
572 for (const DebugLocationEntry &Entry : LocList) { in writeLegacyLocList()
613 for (const DebugLocationEntry &Entry : LocList) { in writeDWARF5LocList()
H A DBinaryFunction.cpp4317 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()