Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1426 Attribute TFAttr = F->getFnAttribute("target-features"); in isThumbFunction() local
1427 if (TFAttr.isValid()) { in isThumbFunction()
1429 TFAttr.getValueAsString().split(Features, ','); in isThumbFunction()