Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h33 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp242 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()
267 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()
H A DEnumTables.cpp339 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp144 auto CpuNames = getCPUTypeNames(); in enumeration()