Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp673 StringRef OldFeatures = in setFunctionAttributes() local
675 if (OldFeatures.empty()) in setFunctionAttributes()
678 SmallString<256> Appended(OldFeatures); in setFunctionAttributes()