Searched refs:InternalSymbolizer (Results 1 – 1 of 1) sorted by relevance
331 class InternalSymbolizer final : public SymbolizerTool { class333 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()336 return new(*alloc) InternalSymbolizer(); in get()383 InternalSymbolizer() { } in InternalSymbolizer() function in __sanitizer::InternalSymbolizer390 class InternalSymbolizer final : public SymbolizerTool { class392 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()466 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools()