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 DARMBuildAttributes.cpp18 {ARMBuildAttrs::CPU_name, "Tag_CPU_name"},
H A DARMAttributeParser.cpp25 {ARMBuildAttrs::CPU_name, &ARMAttributeParser::stringAttribute},
456 case ARMBuildAttrs::CPU_name: in also_compatible_with()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h39 CPU_name = 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp187 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
194 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp205 case ARMBuildAttrs::CPU_name: in emitTextAttribute()
826 S.setAttributeItem(CPU_name, ARM::getCPUAttr(Arch), false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1326 case llvm::ARMBuildAttrs::CPU_name: in ParseARMAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11904 if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name) in parseDirectiveEabiAttr()
11966 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()