Searched refs:addDereferenceableOrNullAttr (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h521 LLVM_NODISCARD AttributeList addDereferenceableOrNullAttr(
529 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes);
848 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
H A DFunction.h445 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
H A DInstrTypes.h1475 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
1477 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1371 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, function in class:AttributeList
1374 B.addDereferenceableOrNullAttr(Bytes);
1651 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { function in class:AttrBuilder
1825 .addDereferenceableOrNullAttr(1) // the int here is ignored
H A DFunction.cpp524 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { function in class:Function
526 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1167 Valid.addDereferenceableOrNullAttr(DerefOrNullBytes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1675 B.addDereferenceableOrNullAttr(Bytes);
1769 B.addDereferenceableOrNullAttr(Bytes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1622 B.addDereferenceableOrNullAttr(Record[++i]);

Completed in 126 milliseconds