Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp645 StringRef OldFeatures = in setFunctionAttributes() local
647 if (OldFeatures.empty()) in setFunctionAttributes()
650 SmallString<256> Appended(OldFeatures); in setFunctionAttributes()