Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMBuildAttrs.cpp22 {ARMBuildAttrs::CPU_name, "Tag_CPU_name"},
H A DARMAttributeParser.cpp25 {ARMBuildAttrs::CPU_name, &ARMAttributeParser::stringAttribute},
430 case ARMBuildAttrs::CPU_name: in also_compatible_with()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h38 CPU_name = 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp183 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
190 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp201 case ARMBuildAttrs::CPU_name: in emitTextAttribute()
831 S.setAttributeItem(CPU_name, ARM::getCPUAttr(Arch), false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1336 case llvm::ARMBuildAttrs::CPU_name: in ParseARMAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11587 if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name) in parseDirectiveEabiAttr()
11649 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()