Searched refs:DebugLocationsVector (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 105 using DebugLocationsVector = SmallVector<DebugLocationEntry, 4>; variable 492 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList, 564 virtual void addList(AttrInfo &AttrVal, DebugLocationsVector &LocList,
|
| H A D | BinaryFunction.h | 2281 DebugLocationsVector 2282 translateInputToOutputLocationList(const DebugLocationsVector &InputLL) const;
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 511 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 D | BinaryFunction.cpp | 4304 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 D | DWARFRewriter.cpp | 521 DebugLocationsVector InputLL; in updateUnitDebugInfo() 601 DebugLocationsVector OutputLL; in updateUnitDebugInfo()
|