Home
last modified time | relevance | path

Searched refs:CPU_arch (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp26 ATTRIBUTE_HANDLER(CPU_arch),
94 Error ARMAttributeParser::CPU_arch(AttrType tag) { in CPU_arch() function in ARMAttributeParser
406 case ARMBuildAttrs::CPU_arch: { in also_compatible_with()
H A DARMBuildAttrs.cpp23 {ARMBuildAttrs::CPU_arch, "Tag_CPU_arch"},
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h39 CPU_arch = 6, enumerator
H A DARMAttributeParser.h32 Error CPU_arch(ARMBuildAttrs::AttrType tag);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp172 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures()
701 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp194 emitAttribute(ARMBuildAttrs::CPU_arch, getArchForCPU(STI)); in emitTargetAttributes()
H A DARMELFStreamer.cpp825 S.setAttributeItem(CPU_arch, ARM::getArchAttr(Arch), false); in emitArchDefaultAttributes()
827 S.setAttributeItem(CPU_arch, ARM::getArchAttr(EmittedArch), false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp158 attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures()