Home
last modified time | relevance | path

Searched defs:ReachedEndOfOutput (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h99 virtual bool ReachedEndOfOutput(const char *buffer, uptr length) const { in ReachedEndOfOutput() function
H A Dsanitizer_symbolizer_mac.cpp80 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { in ReachedEndOfOutput() function in __sanitizer::AtosSymbolizerProcess
H A Dsanitizer_symbolizer_posix_libcdep.cpp255 bool Addr2LineProcess::ReachedEndOfOutput(const char *buffer, in ReachedEndOfOutput() function in __sanitizer::Addr2LineProcess
H A Dsanitizer_symbolizer_libcdep.cpp253 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { in ReachedEndOfOutput() function in __sanitizer::LLVMSymbolizerProcess