Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp237 COFF::MachineTypes FileMachine = (Magic == file_magic::coff_object) in appendFile() local
245 if (FileMachine != COFF::IMAGE_FILE_MACHINE_UNKNOWN) { in appendFile()
247 LibMachine = FileMachine; in appendFile()
251 } else if (LibMachine != FileMachine) { in appendFile()
253 << machineToStr(FileMachine) in appendFile()