Searched refs:machineToStr (Results 1 – 6 of 6) sorted by relevance
25 StringRef machineToStr(COFF::MachineTypes MT);
33 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
256 << machineToStr(FileMachine) in appendFile()258 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
174 outs() << "Machine: " << machineToStr(MachineType) << '\n'; in main()
60 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()61 " conflicts with " + machineToStr(ctx.config.machine)); in addFile()
2065 machineToStr(config->machine)); in linkerMain()