diff options
author | Kostya Serebryany <kcc@google.com> | 2018-10-23 00:50:40 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2018-10-23 00:50:40 +0000 |
commit | af95597c3c9ecf18a9e66e6a403daf6dc3dd597f (patch) | |
tree | 788c11dd2645ffa523611aa3d77d0788bd9cc170 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 9d7de097d4f89912e01032bd619b8a8e97cb9376 (diff) | |
download | bcm5719-llvm-af95597c3c9ecf18a9e66e6a403daf6dc3dd597f.tar.gz bcm5719-llvm-af95597c3c9ecf18a9e66e6a403daf6dc3dd597f.zip |
[hwasan] add stack frame descriptions.
Summary:
At compile-time, create an array of {PC,HumanReadableStackFrameDescription}
for every function that has an instrumented frame, and pass this array
to the run-time at the module-init time.
Similar to how we handle pc-table in SanitizerCoverage.
The run-time is dummy, will add the actual logic in later commits.
Reviewers: morehouse, eugenis
Reviewed By: eugenis
Subscribers: srhines, llvm-commits, kubamracek
Differential Revision: https://reviews.llvm.org/D53227
llvm-svn: 344985
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions