Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h25 StringRef machineToStr(COFF::MachineTypes MT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp31 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp252 << machineToStr(FileMachine) in appendFile()
254 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp49 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
50 " conflicts with " + machineToStr(config->machine)); in addFile()
H A DDriver.cpp1919 machineToStr(config->machine)); in linkerMain()