Home
last modified time | relevance | path

Searched refs:getParamDereferenceableBytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h530 uint64_t getParamDereferenceableBytes(unsigned ArgNo) const { in getParamDereferenceableBytes() function
531 return AttributeSets.getParamDereferenceableBytes(ArgNo); in getParamDereferenceableBytes()
H A DAttributes.h723 uint64_t getParamDereferenceableBytes(unsigned ArgNo) const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp108 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp229 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()