Home | History | Annotate | Download | only in JIT

Lines Matching refs:Err

697   raw_string_ostream Err(ErrorStr);
715 Err << "Corrupt free list; points to " << FreeRange;
720 Err << "Next and Prev pointers do not match.";
742 Err << "Found free header at " << Hdr << " that is not in free list.";
749 Err << "Block size in header points out of current MemoryBlock.";
753 Err << "End of block size marker (" << *Marker << ") "
760 Err << "Hdr->PrevAllocated (" << Hdr->PrevAllocated << ") != "
764 Err << "The first header should have PrevAllocated true.";