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

  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_internal.h 82 // SymbolizerProcess encapsulates communication between the tool and
84 // SymbolizerProcess may not be used from two threads simultaneously.
85 class SymbolizerProcess {
87 explicit SymbolizerProcess(const char *path, bool use_posix_spawn = false);
91 ~SymbolizerProcess() {}
sanitizer_symbolizer_libcdep.cpp 240 class LLVMSymbolizerProcess final : public SymbolizerProcess {
243 : SymbolizerProcess(path, /*use_posix_spawn=*/SANITIZER_MAC) {}
456 SymbolizerProcess::SymbolizerProcess(const char *path, bool use_posix_spawn)
477 const char *SymbolizerProcess::SendCommand(const char *command) {
498 const char *SymbolizerProcess::SendCommandImpl(const char *command) {
508 bool SymbolizerProcess::Restart() {
516 bool SymbolizerProcess::ReadFromSymbolizer(char *buffer, uptr max_length) {
543 bool SymbolizerProcess::WriteToSymbolizer(const char *buffer, uptr length) {
  /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 24 milliseconds