Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DHeatmap.cpp82 const uint64_t LineAddress = Address / BytesPerLine * BytesPerLine; in print() local
85 OS << format("0x%016" PRIx64 ": ", LineAddress); in print()
87 OS << format("0x%08" PRIx64 ": ", LineAddress); in print()
90 Address = LineAddress + BytesPerLine; in print()
91 for (uint64_t Fill = LineAddress; Fill < Address; Fill += BucketSize) in print()