Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h110 const char *SendCommandImpl(const char *command);
H A Dsanitizer_symbolizer_libcdep.cpp506 if (const char *res = SendCommandImpl(command)) in SendCommand()
517 const char *SymbolizerProcess::SendCommandImpl(const char *command) { in SendCommandImpl() function in __sanitizer::SymbolizerProcess