Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1203 AttrBuilder &addStructRetAttr(Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2005 AttrBuilder &AttrBuilder::addStructRetAttr(Type *Ty) { in addStructRetAttr() function in AttrBuilder
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2615 SRETAttrs.addStructRetAttr(getTypes().ConvertTypeForMem(RetTy)); in ConstructAttributeList()
2811 Attrs.addStructRetAttr(getTypes().ConvertTypeForMem(ParamType)); in ConstructAttributeList()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2294 B.addStructRetAttr(nullptr); in parseAttributeGroupBlock()