Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h25 StringRef machineToStr(COFF::MachineTypes MT);
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsMachineFlag.cpp31 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp253 << machineToStr(FileMachine) in appendFile()
255 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp171 outs() << "Machine: " << machineToStr(MachineType) << '\n'; in main()
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp61 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
62 " conflicts with " + machineToStr(config->machine)); in addFile()
H A DDriver.cpp2052 machineToStr(config->machine)); in linkerMain()