Searched refs:ImpSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp466 size_t ImpSize = ImportName.size() + Sym.size() + 2; // +2 for NULs local
467 size_t Size = sizeof(coff_import_header) + ImpSize;
477 Imp->SizeOfData = ImpSize;

Completed in 97 milliseconds