1 //===-- sanitizer_symbolizer_win.cc ---------------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file is shared between AddressSanitizer and ThreadSanitizer
11 // run-time libraries.
12 // Windows-specific implementation of symbolizer parts.
13 //===----------------------------------------------------------------------===//
17 #include "sanitizer_internal_defs.h"
18 #include "sanitizer_symbolizer.h"
20 namespace __sanitizer
{
22 bool StartSymbolizerSubprocess(const char *path_to_symbolizer
,
23 int *input_fd
, int *output_fd
) {
27 uptr
GetListOfModules(LoadedModule
*modules
, uptr max_modules
) {
31 const char *Demangle(const char *MangledName
) {
35 } // namespace __sanitizer