HomeSort by: relevance | last modified time | path
    Searched defs:SymbolizerProcess (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 70 // SymbolizerProcess encapsulates communication between the tool and
72 // SymbolizerProcess may not be used from two threads simultaneously.
73 class SymbolizerProcess {
75 explicit SymbolizerProcess(const char *path, bool use_forkpty = false);
sanitizer_symbolizer_libcdep.cc 214 class LLVMSymbolizerProcess : public SymbolizerProcess {
216 explicit LLVMSymbolizerProcess(const char *path) : SymbolizerProcess(path) {}
393 SymbolizerProcess::SymbolizerProcess(const char *path, bool use_forkpty)
414 const char *SymbolizerProcess::SendCommand(const char *command) {
435 const char *SymbolizerProcess::SendCommandImpl(const char *command) {
445 bool SymbolizerProcess::Restart() {
453 bool SymbolizerProcess::ReadFromSymbolizer(char *buffer, uptr max_length) {
480 bool SymbolizerProcess::WriteToSymbolizer(const char *buffer, uptr length) {

Completed in 11 milliseconds