Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h356 bool isSameImport(const ImportFile *other) const;
H A DDLL.cpp741 !file->isSameImport(prev)) { in create()
H A DInputFiles.cpp1223 bool ImportFile::isSameImport(const ImportFile *other) const { in isSameImport() function in ImportFile