Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h25 StringRef machineToStr(COFF::MachineTypes MT);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp34 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp287 << machineToStr(FileMachine) in appendFile()
298 << machineToStr(FileMachine) in appendFile()
300 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp79 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
80 " conflicts with " + machineToStr(ctx.config.machine)); in addFile()
H A DDriver.cpp2216 machineToStr(config->machine)); in linkerMain()