Files
clang-p2996/llvm/lib/ProfileData/InstrProfWriter.cpp
Kazu Hirata 0cfd03ac0d [ProfileData] Use ArrayRef in PatchItem (NFC) (#97379)
Packaging an array and its size as ArrayRef in PatchItem allows us to
get rid of things like std::size(Header) and HeaderOffsets.size().
2024-07-02 22:58:26 -07:00

43 KiB