hanchenye-llvm-project/llvm/test/Instrumentation/HWAddressSanitizer
Kostya Serebryany af95597c3c [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
2018-10-23 00:50:40 +00:00
..
X86 hwasan: add -fsanitize=kernel-hwaddress flag 2018-04-13 18:05:21 +00:00
alloca-with-calls.ll [HWASan] Do not retag allocas before return from the function. 2018-06-29 20:20:17 +00:00
alloca.ll [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
atomic.ll
basic.ll [hwasan] add stack frame descriptions. 2018-10-23 00:50:40 +00:00
frame-descriptor.ll [hwasan] add stack frame descriptions. 2018-10-23 00:50:40 +00:00
kernel-alloca.ll
kernel-inline.ll
kernel.ll hwasan: add -fsanitize=kernel-hwaddress flag 2018-04-13 18:05:21 +00:00
prologue.ll [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
with-calls.ll [hwasan] add stack frame descriptions. 2018-10-23 00:50:40 +00:00