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

References

lib/DebugInfo/PDB/Native/DbiStream.cpp
  197   uint16_t Machine = Header->MachineType;
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  273   H->MachineType = static_cast<uint16_t>(MachineType);
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  351   else if (Offset < endof(DbiStreamHeader, MachineType))
  352     printStructField(P, "the machine type", uint16_t(Header->MachineType));