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.cpp2252 AttrBuilder &AttrBuilder::addTypeAttr(Attribute::AttrKind Kind, Type *Ty) { in addTypeAttr() function in AttrBuilder
2257 return addTypeAttr(Attribute::ByVal, Ty); in addByValAttr()
2261 return addTypeAttr(Attribute::StructRet, Ty); in addStructRetAttr()
2265 return addTypeAttr(Attribute::ByRef, Ty); in addByRefAttr()
2269 return addTypeAttr(Attribute::Preallocated, Ty); in addPreallocatedAttr()
2273 return addTypeAttr(Attribute::InAlloca, Ty); in addInAllocaAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1255 LLVM_ABI AttrBuilder &addTypeAttr(Attribute::AttrKind Kind, Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1921 B.addTypeAttr(I, nullptr); // Type will be auto-upgraded. in addRawAttributeValue()
2443 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3109 B.addTypeAttr(AttrKind, Ty); in parseRequiredTypeAttr()