Searched refs:addPreallocatedAttr (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h858 AttrBuilder &addPreallocatedAttr(Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1682 AttrBuilder &AttrBuilder::addPreallocatedAttr(Type *Ty) { function in class:AttrBuilder
1830 .addPreallocatedAttr(Ty)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1359 B.addPreallocatedAttr(Ty);
1661 B.addPreallocatedAttr(Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1653 B.addPreallocatedAttr(getTypeByID(Record[++i]));

Completed in 315 milliseconds