Files
clang-p2996/llvm/lib/ProfileData/MemProf.cpp
Kazu Hirata 9a8b73c741 [memprof] Replace uint32_t with LinearCallStackId where appropriate (NFC) (#94023)
This patch replaces uint32_t with LinearCallStackId where appropriate.
I'm replacing uint64_t with LinearCallStackId in
writeMemProfCallStackArray, but that's OK because it's a value to be
used as LinearCallStackId anyway.
2024-05-31 14:41:05 -07:00

14 KiB