Home
last modified time | relevance | path

Searched refs:getParamDereferenceableOrNullBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h544 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
545 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
H A DAttributes.h733 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp235 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()