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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 516 LLVM_NODISCARD AttributeList removeParamAttribute(
523 LLVM_NODISCARD AttributeList removeParamAttribute(LLVMContext &C,
InstrTypes.h 1546 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
1554 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 589 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);
595 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind);

Completed in 30 milliseconds