Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp120 static ARMBuildAttrs::CPUArch getArchForCPU(const MCSubtargetInfo &STI) { in getArchForCPU() function
179 emitAttribute(ARMBuildAttrs::CPU_arch, getArchForCPU(STI)); in emitTargetAttributes()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp586 static ARMBuildAttrs::CPUArch getArchForCPU(StringRef CPU, in getArchForCPU() function
658 ATS.emitAttribute(ARMBuildAttrs::CPU_arch, getArchForCPU(CPUString, &STI)); in emitAttributes()