Home
last modified time | relevance | path

Searched refs:addDereferenceableOrNullParamAttr (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.h435 void addDereferenceableOrNullParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h510 LLVM_NODISCARD AttributeList addDereferenceableOrNullParamAttr(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp489 void Function::addDereferenceableOrNullParamAttr(unsigned ArgNo, in addDereferenceableOrNullParamAttr() function in Function
492 PAL = PAL.addDereferenceableOrNullParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableOrNullParamAttr()