Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DARMTargetDefEmitter.cpp44 auto DefaultExtsVec = Root->getValueAsListOfDefs("DefaultExts"); in checkFeatureTree() local
45 std::set<const Record *> DefaultExts{DefaultExtsVec.begin(), in checkFeatureTree()
46 DefaultExtsVec.end()}; in checkFeatureTree()