Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h118 RealTimeProfile = (0x52), // 'R' (e.g. for Cortex R4) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp201 ARMBuildAttrs::RealTimeProfile); in emitTargetAttributes()
H A DARMELFStreamer.cpp875 S.setAttributeItem(CPU_arch_profile, RealTimeProfile, false); in emitArchDefaultAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp181 case ARMBuildAttrs::RealTimeProfile: in getARMFeatures()