Searched refs:machineToStr (Results 1 – 6 of 6) sorted by relevance
25 StringRef machineToStr(COFF::MachineTypes MT);
31 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
253 << machineToStr(FileMachine) in appendFile()255 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
171 outs() << "Machine: " << machineToStr(MachineType) << '\n'; in main()
61 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()62 " conflicts with " + machineToStr(config->machine)); in addFile()
2052 machineToStr(config->machine)); in linkerMain()