Home
last modified time | relevance | path

Searched refs:checkSize (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp47 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() function
726 if (!checkSize(Data, EC, sizeof(coff_file_header))) in initialize()
737 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) { in initialize()
759 checkSize(Data, EC, sizeof(coff_bigobj_file_header))) { in initialize()