Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h31 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp220 W.printEnum("Machine", unsigned(Compile2.Header.Machine), getCPUTypeNames()); in visitCompile2Sym()
248 W.printEnum("Machine", unsigned(Compile3.Header.Machine), getCPUTypeNames()); in visitCompile3Sym()
DEnumTables.cpp352 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() function