HomeSort by relevance Sort by last modified time
    Searched defs:SymbolizerProcess (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 69 // SymbolizerProcess encapsulates communication between the tool and
71 // SymbolizerProcess may not be used from two threads simultaneously.
72 class SymbolizerProcess {
74 explicit SymbolizerProcess(const char *path, bool use_forkpty = false);
sanitizer_symbolizer_libcdep.cc 197 class LLVMSymbolizerProcess : public SymbolizerProcess {
199 explicit LLVMSymbolizerProcess(const char *path) : SymbolizerProcess(path) {}
350 SymbolizerProcess::SymbolizerProcess(const char *path, bool use_forkpty)
362 const char *SymbolizerProcess::SendCommand(const char *command) {
376 const char *SymbolizerProcess::SendCommandImpl(const char *command) {
386 bool SymbolizerProcess::Restart() {
394 bool SymbolizerProcess::ReadFromSymbolizer(char *buffer, uptr max_length) {
416 bool SymbolizerProcess::WriteToSymbolizer(const char *buffer, uptr length) {

Completed in 3271 milliseconds