diff options
author | Fernando <fernandosalas@google.com> | 2023-07-25 19:19:06 +0000 |
---|---|---|
committer | Chia-hung Duan <chiahungduan@google.com> | 2023-07-25 19:26:32 +0000 |
commit | 4c6b8bb87b3452d0bcef83cd0ea712d8426603b8 (patch) | |
tree | bc44eabcad848af1634223f8f0d3756a2c07fab0 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 7a4968b5a378d1f06e638c99d0e983c35045fb34 (diff) | |
download | llvm-4c6b8bb87b3452d0bcef83cd0ea712d8426603b8.zip llvm-4c6b8bb87b3452d0bcef83cd0ea712d8426603b8.tar.gz llvm-4c6b8bb87b3452d0bcef83cd0ea712d8426603b8.tar.bz2 |
[scudo] seperate cache retrieval logic
Split cache::retrieve() into separate functions. One that retrieves
the cached block and another that sets the header and MTE environment.
These were split so that the retrieve function could be more easily
changed in the future and so that the retrieve function had the sole
purpose of retrieving a CachedBlock.
Reviewed By: cferris
Differential Revision: https://reviews.llvm.org/D155660
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions