Lines Matching refs:LibMachine
201 static bool machineMatches(COFF::MachineTypes LibMachine, in machineMatches() argument
203 if (LibMachine == FileMachine) in machineMatches()
207 switch (LibMachine) { in machineMatches()
220 COFF::MachineTypes &LibMachine, in appendFile() argument
252 appendFile(Members, LibMachine, LibMachineSource, *ChildMB); in appendFile()
285 if (LibMachine == COFF::IMAGE_FILE_MACHINE_UNKNOWN) { in appendFile()
293 LibMachine = FileMachine; in appendFile()
297 } else if (!machineMatches(LibMachine, FileMachine)) { in appendFile()
301 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
352 COFF::MachineTypes LibMachine = COFF::IMAGE_FILE_MACHINE_UNKNOWN; in libDriverMain() local
355 LibMachine = getMachineType(Arg->getValue()); in libDriverMain()
356 if (LibMachine == COFF::IMAGE_FILE_MACHINE_UNKNOWN) { in libDriverMain()
372 if (LibMachine == COFF::IMAGE_FILE_MACHINE_UNKNOWN) { in libDriverMain()
388 parseCOFFModuleDefinition(*MB, LibMachine, /*MingwDef=*/false); in libDriverMain()
399 if (isArm64EC(LibMachine) && Args.hasArg(OPT_nativedeffile)) { in libDriverMain()
422 return writeImportLibrary(OutputFile, OutputPath, Def->Exports, LibMachine, in libDriverMain()
480 appendFile(Members, LibMachine, LibMachineSource, MBRef); in libDriverMain()
514 /*Deterministic=*/true, Thin, nullptr, COFF::isArm64EC(LibMachine))) { in libDriverMain()