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

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp189 static bool compatWithTargetArch(const InputFile *file, const Header *hdr) { function
998 if (!(compatArch = compatWithTargetArch(this, hdr)))
1058 if (!(compatArch = compatWithTargetArch(this, hdr)))
2148 compatArch = compatWithTargetArch(
2152 compatArch = compatWithTargetArch(

Completed in 478 milliseconds