Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1249 Attribute TFAttr = F->getFnAttribute("target-features"); in isThumbFunction() local
1250 if (!TFAttr.hasAttribute(Attribute::None)) { in isThumbFunction()
1252 TFAttr.getValueAsString().split(Features, ','); in isThumbFunction()