Home
last modified time | relevance | path

Searched defs:FeatureMapTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DTargetFeaturesEmitter.h30 using FeatureMapTy = DenseMap<const Record *, unsigned>; variable
H A DTargetFeaturesEmitter.cpp21 using FeatureMapTy = DenseMap<const Record *, unsigned>; typedef