Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h104 void UpgradeAttributes(AttrBuilder &B);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5323 void llvm::UpgradeAttributes(AttrBuilder &B) { in UpgradeAttributes() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2280 UpgradeAttributes(B); in parseAttributeGroupBlock()