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.cpp413 auto isModuleAttributeSet = [&](const StringRef &ModAttr) -> bool { in createWithDefaultAttr() local
420 if (isModuleAttributeSet(ModAttr)) in createWithDefaultAttr()
425 if (isModuleAttributeSet("sign-return-address")) in createWithDefaultAttr()
427 if (isModuleAttributeSet("sign-return-address-all")) in createWithDefaultAttr()
432 isModuleAttributeSet("sign-return-address-with-bkey") in createWithDefaultAttr()