Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1997 AttrBuilder &AttrBuilder::addTypeAttr(Attribute::AttrKind Kind, Type *Ty) { in addTypeAttr() function in AttrBuilder
2002 return addTypeAttr(Attribute::ByVal, Ty); in addByValAttr()
2006 return addTypeAttr(Attribute::StructRet, Ty); in addStructRetAttr()
2010 return addTypeAttr(Attribute::ByRef, Ty); in addByRefAttr()
2014 return addTypeAttr(Attribute::Preallocated, Ty); in addPreallocatedAttr()
2018 return addTypeAttr(Attribute::InAlloca, Ty); in addInAllocaAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1197 AttrBuilder &addTypeAttr(Attribute::AttrKind Kind, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1879 B.addTypeAttr(I, nullptr); // Type will be auto-upgraded. in addRawAttributeValue()
2356 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3077 B.addTypeAttr(AttrKind, Ty); in parseRequiredTypeAttr()