Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h25 StringRef machineToStr(COFF::MachineTypes MT);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWindowsMachineFlag.cpp33 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr() function in llvm
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp256 << machineToStr(FileMachine) in appendFile()
258 << machineToStr(LibMachine) << LibMachineSource << '\n'; in appendFile()
/openbsd/gnu/llvm/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp174 outs() << "Machine: " << machineToStr(MachineType) << '\n'; in main()
/openbsd/gnu/llvm/lld/COFF/
H A DSymbolTable.cpp60 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
61 " conflicts with " + machineToStr(ctx.config.machine)); in addFile()
H A DDriver.cpp2065 machineToStr(config->machine)); in linkerMain()