Home
last modified time | relevance | path

Searched refs:ApplicationProfile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMBuildAttributes.h112 ApplicationProfile = (0x41), // 'A' (e.g. for Cortex A8) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp184 ARMBuildAttrs::ApplicationProfile); in emitTargetAttributes()
H A DARMELFStreamer.cpp860 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
884 setAttributeItem(CPU_arch_profile, ApplicationProfile, false); in emitArchDefaultAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp178 case ARMBuildAttrs::ApplicationProfile: in getARMFeatures()