Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1160 AttrBuilder &addStructRetAttr(Type *Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1868 AttrBuilder &AttrBuilder::addStructRetAttr(Type *Ty) { in addStructRetAttr() function in AttrBuilder
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2633 SRETAttrs.addStructRetAttr(getTypes().ConvertTypeForMem(RetTy)); in ConstructAttributeList()
2829 Attrs.addStructRetAttr(getTypes().ConvertTypeForMem(ParamType)); in ConstructAttributeList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2209 B.addStructRetAttr(nullptr); in parseAttributeGroupBlock()