diff options
author | Kazu Hirata <kazu@google.com> | 2024-12-18 10:56:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 10:56:45 -0800 |
commit | 6fb967ec9e13216ee1b4fc15764e0b3df9e5683f (patch) | |
tree | 87ab0cd81654e6f298702fff3cccab28cfac4e7b /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 6e41483b8430ee3c4c3076b0a24537492ed19386 (diff) | |
download | llvm-6fb967ec9e13216ee1b4fc15764e0b3df9e5683f.zip llvm-6fb967ec9e13216ee1b4fc15764e0b3df9e5683f.tar.gz llvm-6fb967ec9e13216ee1b4fc15764e0b3df9e5683f.tar.bz2 |
[memprof] Move Frame::hash and hashCallStack to IndexedMemProfData (NFC) (#120365)
Now that IndexedMemProfData::{addFrame,addCallStack} are the only
callers of Frame::hash and hashCallStack, respectively, this patch
moves those functions into IndexedMemProfData and makes them private.
With this patch, we can obtain FrameId and CallStackId only through
addFrame and addCallStack, respectively.
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions