HomeSort by: relevance | last modified time | path
    Searched refs:getCPUTypeNames (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 241 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames());
266 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames());
EnumTables.cpp 485 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 143 auto CpuNames = getCPUTypeNames();

Completed in 16 milliseconds