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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  140     return CPUType::X64;
lib/DebugInfo/CodeView/EnumTables.cpp
  192     CV_ENUM_CLASS_ENT(CPUType, X64),
lib/DebugInfo/CodeView/SymbolDumper.cpp
   61   CPUType CompilationCPUType = CPUType::X64;
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  508   case CPUType::X64:
  544   case CPUType::X64:
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  150   auto RegNames = getRegisterNames(CPUType::X64);
tools/lld/COFF/PDB.cpp
 1353     return codeview::CPUType::X64;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
   35       cpu_type = llvm::codeview::CPUType::X64;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  271     RETURN_CASE(CPUType, X64, "intel x86-x64");
tools/llvm-pdbutil/MinimalSymbolDumper.h
   58   codeview::CPUType CompilationCPU = codeview::CPUType::X64;
tools/llvm-readobj/COFFDumper.cpp
  187   CPUType CompilationCPUType = CPUType::X64;