Searched defs:ReachedEndOfOutput (Results 1 – 4 of 4) sorted by relevance
/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 | 80 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { in ReachedEndOfOutput() function in __sanitizer::AtosSymbolizerProcess |
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 255 bool Addr2LineProcess::ReachedEndOfOutput(const char *buffer, in ReachedEndOfOutput() function in __sanitizer::Addr2LineProcess |
H A D | sanitizer_symbolizer_libcdep.cpp | 253 bool ReachedEndOfOutput(const char *buffer, uptr length) const override { in ReachedEndOfOutput() function in __sanitizer::LLVMSymbolizerProcess |