From 8b6cd2f1f655d46a999ba3498177de1207dde430 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 19 Dec 2013 11:08:47 +0000 Subject: [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 --- include/sanitizer/asan_interface.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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 -- cgit v1.2.1