Searched refs:CPU_name (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ARMBuildAttrs.cpp | 22 {ARMBuildAttrs::CPU_name, "Tag_CPU_name"},
|
H A D | ARMAttributeParser.cpp | 25 {ARMBuildAttrs::CPU_name, &ARMAttributeParser::stringAttribute}, 430 case ARMBuildAttrs::CPU_name: in also_compatible_with()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMBuildAttributes.h | 38 CPU_name = 5, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 183 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes() 190 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
|
H A D | ARMELFStreamer.cpp | 200 case ARMBuildAttrs::CPU_name: in emitTextAttribute() 822 S.setAttributeItem(CPU_name, ARM::getCPUAttr(Arch), false); in emitArchDefaultAttributes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1350 case llvm::ARMBuildAttrs::CPU_name: in ParseARMAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11846 if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name) in parseDirectiveEabiAttr() 11908 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()
|