Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp241 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames()); in visitKnownRecord()
266 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames()); in visitKnownRecord()
H A DEnumTables.cpp485 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration()