Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DARMBuildAttrs.cpp24 { ARMBuildAttrs::CPU_name, "Tag_CPU_name" },
H A DARMAttributeParser.cpp33 { ARMBuildAttrs::CPU_name, &ARMAttributeParser::StringAttribute },
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DARMBuildAttributes.h37 CPU_name = 5, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp168 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
175 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp191 case ARMBuildAttrs::CPU_name: in emitTextAttribute()
800 setAttributeItem(CPU_name, in emitArchDefaultAttributes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1451 case llvm::ARMBuildAttrs::CPU_name: in ParseARMAttributes()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9704 if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name) in parseDirectiveEabiAttr()
9759 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()