Lines Matching +full:platform +full:- +full:specific
1 //===-- sanitizer_symbolizer.h ----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // source code at run-time. Symbolizer either uses __sanitizer_symbolize_*
12 // launch "llvm-symbolizer" commandline tool in a separate process and
17 //===----------------------------------------------------------------------===//
51 uptr module_base() const { return address - module_offset; } in module_base()
72 Stack->ClearAll(); in clear()
135 /// Initialize and return platform-specific implementation of symbolizer
163 // does the actual file/line info fetching. Specific sanitizers may need this
165 // during in-process symbolization.
201 /// Platform-specific function for creating a Symbolizer object.
212 // Platform-specific default demangler, returns nullptr on failure.
219 // (including individual symbolizer tools and platform-specific methods) are