Searched refs:addDereferenceableParamAttr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h427 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
H A DAttributes.h497 LLVM_NODISCARD AttributeList addDereferenceableParamAttr( function in class:llvm::AttributeList
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp477 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { function in class:Function
479 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes);

Completed in 168 milliseconds