Searched refs:InternalSymbolizer (Results 1 – 1 of 1) sorted by relevance
343 class InternalSymbolizer final : public SymbolizerTool { class345 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()353 return new (*alloc) InternalSymbolizer(); in get()395 InternalSymbolizer() {} in InternalSymbolizer() function in __sanitizer::InternalSymbolizer401 class InternalSymbolizer final : public SymbolizerTool { class403 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()492 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools()