Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp36 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h29 LLVM_ABI StringRef machineToStr(COFF::MachineTypes MT);
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp294 << machineToStr(FileMachine) in appendFile()
305 << machineToStr(FileMachine) in appendFile()
307 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp235 Err(ctx) << toString(file) << ": machine type " << machineToStr(mt) in addFile()
236 << " conflicts with " << machineToStr(ctx.config.machine); in addFile()
2325 << machineToStr(config->machine); in linkerMain()