Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp207 static bool machineMatches(COFF::MachineTypes LibMachine, in machineMatches() argument
209 if (LibMachine == FileMachine) in machineMatches()
213 switch (LibMachine) { in machineMatches()
226 COFF::MachineTypes &LibMachine, in appendFile() argument
258 appendFile(Members, LibMachine, LibMachineSource, *ChildMB); in appendFile()
291 if (LibMachine == COFF::IMAGE_FILE_MACHINE_UNKNOWN) { in appendFile()
299 LibMachine = FileMachine; in appendFile()
303 } else if (!machineMatches(LibMachine, FileMachine)) { in appendFile()
307 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
358 COFF::MachineTypes LibMachine = COFF::IMAGE_FILE_MACHINE_UNKNOWN; in libDriverMain() local
[all …]