Searched refs:InternalSymbolizer (Results 1 – 1 of 1) sorted by relevance
337 class InternalSymbolizer final : public SymbolizerTool { class339 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()346 return new (*alloc) InternalSymbolizer(); in get()392 InternalSymbolizer() {} in InternalSymbolizer() function in __sanitizer::InternalSymbolizer399 class InternalSymbolizer final : public SymbolizerTool { class401 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()475 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools()