Searched defs:ReachedEndOfOutput (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_symbolizer_internal.h | 99 virtual bool ReachedEndOfOutput(const char *buffer, uptr length) const { in ReachedEndOfOutput() function |
H A D | sanitizer_symbolizer_mac.cpp | 77 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { ReachedEndOfOutput() function in __sanitizer::AtosSymbolizerProcess |
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 254 bool Addr2LineProcess::ReachedEndOfOutput(const char *buffer, ReachedEndOfOutput() function in __sanitizer::Addr2LineProcess |
H A D | sanitizer_symbolizer_libcdep.cpp | 243 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { ReachedEndOfOutput() function in __sanitizer::LLVMSymbolizerProcess |