reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/WindowsMachineFlag.h
   25 StringRef machineToStr(COFF::MachineTypes MT);

References

lib/ToolDrivers/llvm-lib/LibDriver.cpp
  253                      << machineToStr(FileMachine)
  255                      << machineToStr(LibMachine) << LibMachineSource << '\n';
tools/lld/COFF/Driver.cpp
 1655           machineToStr(config->machine));
tools/lld/COFF/SymbolTable.cpp
   42     error(toString(file) + ": machine type " + machineToStr(mt) +
   43           " conflicts with " + machineToStr(config->machine));
tools/llvm-cvtres/llvm-cvtres.cpp
  160     outs() << "Machine: " << machineToStr(MachineType) << '\n';