We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43167b6 commit e6c76c3Copy full SHA for e6c76c3
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
@@ -136,10 +136,9 @@ class Symbolizer final {
136
/// (if it wasn't already initialized).
137
static Symbolizer *GetOrInit();
138
static void LateInitialize();
139
-#if SANITIZER_WINDOWS
140
- static void UpdateSymbolizerTools();
141
-#endif
142
- // Returns a list of symbolized frames for a given address (containing
+ static void ClearTools();
+
+// Returns a list of symbolized frames for a given address (containing
143
// all inlined functions, if necessary).
144
SymbolizedStack *SymbolizePC(uptr address);
145
bool SymbolizeData(uptr address, DataInfo *info);
0 commit comments