Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp412 auto isModuleAttributeSet = [&](const StringRef &ModAttr) -> bool { in createWithDefaultAttr() local
419 if (isModuleAttributeSet(ModAttr)) in createWithDefaultAttr()
424 if (isModuleAttributeSet("sign-return-address")) in createWithDefaultAttr()
426 if (isModuleAttributeSet("sign-return-address-all")) in createWithDefaultAttr()
431 isModuleAttributeSet("sign-return-address-with-bkey") in createWithDefaultAttr()