Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h79 struct DebugAddressRange { struct
83 DebugAddressRange() = default;
85 DebugAddressRange(uint64_t LowPC, uint64_t HighPC) in DebugAddressRange() argument
89 static inline bool operator<(const DebugAddressRange &LHS,
90 const DebugAddressRange &RHS) {
95 using DebugAddressRangesVector = SmallVector<DebugAddressRange, 2>;
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h160 std::vector<std::pair<DWARFDieWrapper, DebugAddressRange>>>;
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp111 for (const DebugAddressRange &Range : AddressRanges) { in writeAddressRanges()
215 for (const DebugAddressRange &Range : Ranges) { in addRanges()
H A DBinaryFunction.cpp4200 return DebugAddressRange(Range.LowPC, Range.HighPC); in translateInputToOutputRanges()
4263 for (const DebugAddressRange &Range : OutputRanges) { in translateInputToOutputRanges()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1698 const SmallVector<DebugAddressRange, 2> &Ranges = CURangesPair.second; in updateGdbIndexSection()
1743 for (const DebugAddressRange &Range : Ranges) { in updateGdbIndexSection()