Home
last modified time | relevance | path

Searched refs:getCPUTypeNames (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp239 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()
264 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()
H A DEnumTables.cpp488 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp144 auto CpuNames = getCPUTypeNames(); in enumeration()