Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h410 Type *getByRefType() const;
1138 Type *getByRefType() const { return getTypeAttr(Attribute::ByRef); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp941 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
1689 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
H A DFunction.cpp197 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
H A DVerifier.cpp2032 Check(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs()
2034 Check(DL.getTypeAllocSize(Attrs.getByRefType()).getKnownMinValue() < in verifyParameterAttrs()