llvm-project/compiler-rt/lib/sanitizer_common
Petr Hosek 156226bb70 [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create
Currently VMO in Zircon create using the zx_vmo_create is resizable
by default, but we'll be changing this in the future, requiring an
explicit flag to make the VMO resizable.

Prepare for this change by passing ZX_VMO_RESIZABLE option to all
zx_vmo_create calls that need resizable VMO.

Differential Revision: https://reviews.llvm.org/D61450

llvm-svn: 359803
2019-05-02 17:24:53 +00:00
..
scripts Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
symbolizer [llvm-symbolizer] Quick fix for broken sanitizer bot 2019-04-24 18:37:55 +00:00
tests [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS 2019-05-01 22:25:16 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
.clang-tidy [sanitizers] specifying style for global constant 2016-11-17 21:57:43 +00:00
CMakeLists.txt [gn] Support dots in CMake paths in the sync script 2019-04-19 18:29:17 +00:00
sancov_begin.S [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274) 2017-12-22 18:04:20 +00:00
sancov_end.S [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274) 2017-12-22 18:04:20 +00:00
sancov_flags.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sancov_flags.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sancov_flags.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_addrhashmap.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator.cc [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
sanitizer_allocator.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_bytemap.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_checks.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_checks.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_combined.h [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCache 2019-05-01 21:23:07 +00:00
sanitizer_allocator_interface.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_internal.h [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator 2019-05-01 19:41:54 +00:00
sanitizer_allocator_local_cache.h [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCache 2019-05-01 21:23:07 +00:00
sanitizer_allocator_primary32.h [sanitizer][NFC] Add const/static into a couple of methods 2019-05-01 21:22:59 +00:00
sanitizer_allocator_primary64.h [sanitizer][NFC] Add const/static into a couple of methods 2019-05-01 21:22:59 +00:00
sanitizer_allocator_report.cc [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
sanitizer_allocator_report.h [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
sanitizer_allocator_secondary.h Make more allocator methods work correctly with in an out-of-process mode. 2019-01-27 22:45:11 +00:00
sanitizer_allocator_size_class_map.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_allocator_stats.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_asm.h [hwasan, asan] Intercept vfork. 2019-02-27 21:11:50 +00:00
sanitizer_atomic.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_atomic_clang.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_atomic_clang_mips.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_atomic_clang_other.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_atomic_clang_x86.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_atomic_msvc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_bitvector.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_bvgraph.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common.h Remove esan. 2019-03-11 20:23:40 +00:00
sanitizer_common_interceptors.inc [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptor 2019-04-08 08:39:50 +00:00
sanitizer_common_interceptors_format.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_interceptors_ioctl.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_interceptors_vfork_aarch64.inc.S [hwasan, asan] Intercept vfork. 2019-02-27 21:11:50 +00:00
sanitizer_common_interceptors_vfork_arm.inc.S [hwasan, asan] Intercept vfork. 2019-02-27 21:11:50 +00:00
sanitizer_common_interceptors_vfork_i386.inc.S [sanitizer] Fix vfork interceptor on i386 w/ dynamic runtime. 2019-02-28 19:21:25 +00:00
sanitizer_common_interceptors_vfork_x86_64.inc.S [sanitizer] Fix compilation errors in r355030. 2019-02-27 22:23:51 +00:00
sanitizer_common_interface.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_interface_posix.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_libcdep.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_nolibc.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_common_syscalls.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_coverage_fuchsia.cc [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create 2019-05-02 17:24:53 +00:00
sanitizer_coverage_interface.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_coverage_libcdep_new.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_coverage_win_dll_thunk.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_coverage_win_dynamic_runtime_thunk.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_coverage_win_sections.cc [libFuzzer][MSVC] Make Sanitizer Coverage MSVC-compatible 2019-01-21 02:15:29 +00:00
sanitizer_coverage_win_weak_interception.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_dbghelp.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_deadlock_detector.h [sanitizer_common] Remove some old commented-out printf statements, and fixed up the order of includes. 2019-04-24 23:03:32 +00:00
sanitizer_deadlock_detector1.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_deadlock_detector2.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_deadlock_detector_interface.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_errno.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_errno.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_errno_codes.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_file.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_file.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_flag_parser.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_flag_parser.h [sanitizer_common] Added 64-bit signed flag parser. 2019-04-30 23:07:10 +00:00
sanitizer_flags.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_flags.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_flags.inc [sanitizer] Decorate /proc/self/maps better. 2019-02-06 01:14:50 +00:00
sanitizer_freebsd.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_fuchsia.cc [sanitizer] Fix fuchsia and windows build. 2019-02-06 01:58:23 +00:00
sanitizer_fuchsia.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_getauxval.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_hash.h Runtime flags for malloc bisection. 2019-02-15 18:38:14 +00:00
sanitizer_interceptors_ioctl_netbsd.inc Update the ioctl(2) list in sanitizers with NetBSD 8.99.34 2019-02-05 22:20:25 +00:00
sanitizer_interface_internal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_internal_defs.h Remove esan. 2019-03-11 20:23:40 +00:00
sanitizer_lfstack.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_libc.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_libc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_libignore.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_libignore.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_linux.cc SanitizerCommon: 64-bit SPARC/Linux port 2019-03-12 21:02:04 +00:00
sanitizer_linux.h Remove esan. 2019-03-11 20:23:40 +00:00
sanitizer_linux_libcdep.cc [Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on Solaris 2019-04-05 08:40:08 +00:00
sanitizer_linux_s390.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_list.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_local_address_space_view.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_mac.cc [NFC] Use clearer naming for local variables 2019-04-10 23:23:17 +00:00
sanitizer_mac.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_mac_libcdep.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_malloc_mac.inc On Darwin add allocator address and size fields to 2019-01-21 01:41:08 +00:00
sanitizer_mutex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_netbsd.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_openbsd.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_persistent_allocator.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_persistent_allocator.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_placement_new.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform.h SanitizerCommon: 64-bit SPARC/Linux port 2019-03-12 21:02:04 +00:00
sanitizer_platform_interceptors.h [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
sanitizer_platform_limits_freebsd.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_freebsd.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_linux.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_netbsd.cc Update the ioctl(2) list in sanitizers with NetBSD 8.99.34 2019-02-05 22:20:25 +00:00
sanitizer_platform_limits_netbsd.h Update the ioctl(2) list in sanitizers with NetBSD 8.99.34 2019-02-05 22:20:25 +00:00
sanitizer_platform_limits_openbsd.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_openbsd.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_posix.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_posix.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_solaris.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_platform_limits_solaris.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_posix.cc [sanitizer] Decorate /proc/self/maps better. 2019-02-06 01:14:50 +00:00
sanitizer_posix.h [sanitizer] Decorate /proc/self/maps better. 2019-02-06 01:14:50 +00:00
sanitizer_posix_libcdep.cc Remove esan. 2019-03-11 20:23:40 +00:00
sanitizer_printf.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps_bsd.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps_common.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps_linux.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps_mac.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_procmaps_solaris.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_quarantine.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_report_decorator.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_ring_buffer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_rtems.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_rtems.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_signal_interceptors.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_solaris.cc [Sanitizers] Provide __internal_dup on Solaris 2019-04-05 08:42:21 +00:00
sanitizer_stackdepot.cc Runtime flags for malloc bisection. 2019-02-15 18:38:14 +00:00
sanitizer_stackdepot.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stackdepotbase.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stacktrace.cc SanitizerCommon: fixes for unwinding & backtrace on SPARC 2019-03-12 20:31:53 +00:00
sanitizer_stacktrace.h SanitizerCommon: fixes for unwinding & backtrace on SPARC 2019-03-12 20:31:53 +00:00
sanitizer_stacktrace_libcdep.cc [NFC][Sanitizer] Hard-code fast/slow unwinder at call site 2019-02-27 20:01:04 +00:00
sanitizer_stacktrace_printer.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stacktrace_printer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stacktrace_sparc.cc SanitizerCommon: fixes for unwinding & backtrace on SPARC 2019-03-12 20:31:53 +00:00
sanitizer_stoptheworld.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stoptheworld_linux_libcdep.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_stoptheworld_mac.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_suppressions.cc [sanitizer] fix a memory safety bug (!!!) in sanitizer suppressions code, discovered by Aaron Jacobs 2019-02-19 18:43:24 +00:00
sanitizer_suppressions.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_fuchsia.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_internal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_libbacktrace.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_libbacktrace.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_libcdep.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_mac.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_mac.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_markup.cc [NFC][Sanitizer] Add argument checks to BufferedStackTrace::Unwind* functions 2019-02-23 02:36:23 +00:00
sanitizer_symbolizer_posix_libcdep.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_report.cc Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API" 2019-03-01 03:35:05 +00:00
sanitizer_symbolizer_rtems.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_symbolizer_win.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_syscall_generic.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_syscall_linux_aarch64.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_syscall_linux_arm.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_syscall_linux_x86_64.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_syscalls_netbsd.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_termination.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_thread_registry.cc sanitizers: Introduce ThreadType enum 2019-02-07 11:01:22 +00:00
sanitizer_thread_registry.h tsan: add fiber support 2019-02-13 13:21:24 +00:00
sanitizer_tls_get_addr.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_tls_get_addr.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_type_traits.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_type_traits.h Implement __sanitizer::conditional<B, T, F> 2019-04-26 18:22:55 +00:00
sanitizer_unwind_linux_libcdep.cc SanitizerCommon: fixes for unwinding & backtrace on SPARC 2019-03-12 20:31:53 +00:00
sanitizer_unwind_win.cc [NFC][Sanitizer] Add argument checks to BufferedStackTrace::Unwind* functions 2019-02-23 02:36:23 +00:00
sanitizer_vector.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win.cc Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"" 2019-03-02 00:46:54 +00:00
sanitizer_win.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_defs.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_dll_thunk.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_dll_thunk.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_dynamic_runtime_thunk.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_weak_interception.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_win_weak_interception.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
weak_symbols.txt [sanitizer] Define as weak, functions that are declared as weak. 2017-01-31 20:23:14 +00:00