HomeSort by: relevance | last modified time | path
    Searched defs:addDereferenceableParamAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 568 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 617 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) {
619 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes);

Completed in 24 milliseconds