Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp122 static CPUType mapArchToCVCPUType(Triple::ArchType Type) { in mapArchToCVCPUType() function
575 TheCPU = mapArchToCVCPUType(Triple(M->getTargetTriple()).getArch()); in beginModule()