HomeSort by: relevance | last modified time | path
    Searched refs:getParamDereferenceableOrNullBytes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 543 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const {
544 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo);
Attributes.h 723 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 236 return getParent()->getParamDereferenceableOrNullBytes(getArgNo());

Completed in 30 milliseconds