Home
last modified time | relevance | path

Searched refs:getArchVersion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_cmp_cfg_etmv3.h124 const ocsd_arch_version_t getArchVersion() const; //!< architecture version
219 inline const ocsd_arch_version_t EtmV3Config::getArchVersion() const in getArchVersion() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h87 unsigned getArchVersion(const FeatureBitset &Features);
H A DHexagonMCELFStreamer.cpp192 unsigned Arch = featureToArchVersion(Hexagon_MC::getArchVersion(Features)); in emitTargetAttributes()
H A DHexagonMCTargetDesc.cpp640 unsigned Hexagon_MC::getArchVersion(const FeatureBitset &Features) { in getArchVersion() function in Hexagon_MC
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp186 arch_profile.arch = m_config->getArchVersion(); in onProtocolConfig()