summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-12-19 11:08:47 +0000
committerAlexey Samsonov <samsonov@google.com>2013-12-19 11:08:47 +0000
commit8b6cd2f1f655d46a999ba3498177de1207dde430 (patch)
treee9796c0c05c9efb3b3eb2ec2fd327fd170c8133d /include
parent0e0d9f159ac1bf2bfcae8a9ae337fc9ca4da91de (diff)
downloadcompiler-rt-8b6cd2f1f655d46a999ba3498177de1207dde430.tar.gz
[ASan] Get rid of __asan_symbolize function
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@197670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/sanitizer/asan_interface.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sanitizer/asan_interface.h b/include/sanitizer/asan_interface.h
index 8adf3f17f..a943cfe34 100644
--- a/include/sanitizer/asan_interface.h
+++ b/include/sanitizer/asan_interface.h
@@ -82,14 +82,6 @@ extern "C" {
// the program crashes before ASan report is printed.
void __asan_on_error();
- // User may provide its own implementation for symbolization function.
- // It should print the description of instruction at address "pc" to
- // "out_buffer". Description should be at most "out_size" bytes long.
- // User-specified function should return true if symbolization was
- // successful.
- bool __asan_symbolize(const void *pc, char *out_buffer,
- int out_size);
-
// Returns the estimated number of bytes that will be reserved by allocator
// for request of "size" bytes. If ASan allocator can't allocate that much
// memory, returns the maximal possible allocation size, otherwise returns