Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h411 void addDereferenceableOrNullParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h488 AttributeList addDereferenceableOrNullParamAttr(LLVMContext &C,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp445 void Function::addDereferenceableOrNullParamAttr(unsigned ArgNo, in addDereferenceableOrNullParamAttr() function in Function
448 PAL = PAL.addDereferenceableOrNullParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableOrNullParamAttr()