Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp114 static CPUType mapArchToCVCPUType(Triple::ArchType Type) { in mapArchToCVCPUType() function
623 TheCPU = mapArchToCVCPUType(M->getTargetTriple().getArch()); in beginModule()