Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
/freebsd/contrib/llvm-project/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.cpp507 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp146 auto CpuNames = getCPUTypeNames(); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp943 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()
988 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()