Home
last modified time | relevance | path

Searched refs:addDereferenceableParamAttr (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h427 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h497 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp477 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
479 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()