Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMBuildAttributes.h113 RealTimeProfile = (0x52), // 'R' (e.g. for Cortex R4) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp187 ARMBuildAttrs::RealTimeProfile); in emitTargetAttributes()
H A DARMELFStreamer.cpp866 setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp181 case ARMBuildAttrs::RealTimeProfile: in getARMFeatures()