Home
last modified time | relevance | path

Searched refs:InternalSymbolizer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp337 class InternalSymbolizer final : public SymbolizerTool { class
339 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()
346 return new (*alloc) InternalSymbolizer(); in get()
392 InternalSymbolizer() {} in InternalSymbolizer() function in __sanitizer::InternalSymbolizer
399 class InternalSymbolizer final : public SymbolizerTool { class
401 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()
475 } else if (SymbolizerTool *tool = InternalSymbolizer::get(allocator)) { in ChooseSymbolizerTools()