Home
last modified time | relevance | path

Searched refs:DebugLocationsVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h105 using DebugLocationsVector = SmallVector<DebugLocationEntry, 4>; variable
492 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
564 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
H A DBinaryFunction.h2281 DebugLocationsVector
2282 translateInputToOutputLocationList(const DebugLocationsVector &InputLL) const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp511 void DebugLocWriter::addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in addList()
560 static void writeLegacyLocList(AttrInfo &AttrVal, DebugLocationsVector &LocList, in writeLegacyLocList()
594 uint32_t &NumberOfEntries, AttrInfo &AttrVal, DebugLocationsVector &LocList, in writeDWARF5LocList()
630 DebugLocationsVector &LocList, in addList()
H A DBinaryFunction.cpp4304 DebugLocationsVector BinaryFunction::translateInputToOutputLocationList( in translateInputToOutputLocationList()
4305 const DebugLocationsVector &InputLL) const { in translateInputToOutputLocationList()
4306 DebugLocationsVector OutputLL; in translateInputToOutputLocationList()
4372 DebugLocationsVector MergedLL; in translateInputToOutputLocationList()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp521 DebugLocationsVector InputLL; in updateUnitDebugInfo()
601 DebugLocationsVector OutputLL; in updateUnitDebugInfo()