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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  144     return CPUType::ARM64;
lib/DebugInfo/CodeView/EnumTables.cpp
  184     CV_ENUM_CLASS_ENT(CPUType, ARM64),
  437   if (Cpu == CPUType::ARM64) {
lib/DebugInfo/PDB/PDBExtras.cpp
  121   if (CpuReg.Cpu == llvm::codeview::CPUType::ARM64) {
tools/lld/COFF/PDB.cpp
 1357     return codeview::CPUType::ARM64;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
   31       cpu_type = llvm::codeview::CPUType::ARM64;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  263     RETURN_CASE(CPUType, ARM64, "arm64");
  291   if (Cpu == CPUType::ARM64) {