Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h375 Type *getByRefType() const;
1145 Type *getByRefType() const { return getTypeAttr(Attribute::ByRef); }
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp792 Type *AttributeSet::getByRefType() const { in getByRefType() function in AttributeSet
1523 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
H A DFunction.cpp165 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType()
H A DVerifier.cpp1886 Check(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs()
1906 Check(Attrs.getByRefType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()