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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h479 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { function in class:llvm::Function
480 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo);
H A DAttributes.h633 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { function in class:llvm::AttributeList
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp148 return getParent()->getParamDereferenceableOrNullBytes(getArgNo());

Completed in 107 milliseconds