Searched refs:machineToStr (Results 1 – 4 of 4) sorted by relevance
25 StringRef machineToStr(COFF::MachineTypes MT);
31 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
252 << machineToStr(FileMachine) in appendFile()254 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
172 outs() << "Machine: " << machineToStr(MachineType) << '\n'; in main()