Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp269 for (const auto &CUOffsetAddressRangesPair : CUAddressRanges) { in writeARangesSection() local
270 const uint64_t Offset = CUOffsetAddressRangesPair.first; in writeARangesSection()
272 CUOffsetAddressRangesPair.second; in writeARangesSection()