Searched refs:Addr2LineProcess (Results 1 – 1 of 1) sorted by relevance
204 class Addr2LineProcess final : public SymbolizerProcess { class206 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess() function in __sanitizer::Addr2LineProcess253 const char Addr2LineProcess::output_terminator_[] = "??\n??:0\n";255 bool Addr2LineProcess::ReachedEndOfOutput(const char *buffer, in ReachedEndOfOutput()292 Addr2LineProcess *addr2line = 0; in SendCommand()302 new(*allocator_) Addr2LineProcess(addr2line_path_, module_name); in SendCommand()315 InternalMmapVector<Addr2LineProcess*> addr2line_pool_;