Home | History | Annotate | Download | only in Object

Lines Matching refs:checkSize

35 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) {
561 if (!checkSize(Data, EC, sizeof(coff_file_header)))
572 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) {
595 checkSize(Data, EC, sizeof(coff_bigobj_file_header))) {
611 // The prior checkSize call may have failed. This isn't a hard error