Searched refs:InternalSymbolizer (Results 1 – 1 of 1) sorted by relevance
341 class InternalSymbolizer final : public SymbolizerTool { class343 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()351 return new (*alloc) InternalSymbolizer(); in get()392 InternalSymbolizer() {} in InternalSymbolizer() function in __sanitizer::InternalSymbolizer398 class InternalSymbolizer final : public SymbolizerTool { class400 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()480 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools()